{% extends "admin/index.html" %} {% load i18n %} {% load url from future %} {% block content %}
{% trans "Reports" %}
{% trans "Status of repositories" %}
{% trans "SSH keys" %}
{% trans "Performance report" %}
{{ block.super }} {% endblock %}