{% extends "admin/index.html" %} {% load i18n %} {% load static %} {% block content %}
{% trans "Reports" %}
{% trans "Weblate support status" %}
{% trans "Status of repositories" %}
{% trans "SSH keys" %}
{% if configuration_errors.exists %} {% endif %} {% trans "Performance report" %}
{% trans "Translation memory" %}
{{ block.super }} {% endblock %}