{% extends 'master_noauth.html' %} {% import 'admin/lib.html' as lib with context %} {% import 'admin/static.html' as admin_static with context%} {% macro extra() %} {% endmacro %} {% block nav %} Mirrors {% if config['SHOW_STATISTICS'] %} Statistics {% endif %} {% endblock %} {% block loginstatus %} {% if g.fas_user %}
{% else %} Login {% endif %} {% endblock %} {% block content %} {% with messages = get_flashed_messages(with_categories=true) %} {% if category, messages %} {% endif %} {% endwith %}
{{ super() }} {% block admin_content %}{% endblock %}
{% endblock %} {% block tail %} {{ super() }} {% endblock %}