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