{% extends "sentry/layout.html" %} {% load i18n %} {% block title %}{% trans "Admin" %} | {{ block.super }}{% endblock %} {% block page_header %} {% endblock %} {% block sidebar %}
{% trans "Overview" %}
{% with PLUGINS.for_site as plugins %} {% if plugins %}
{% trans "Plugins" %}
{% endif %} {% endwith %}
{% trans "Server Status" %}
{% trans "Statistics" %}
{% endblock %} {% block main %}
{% block inner %}{% endblock %}
{% endblock %}