{% block header %}{% endblock %}
Mirrors
{% if config['SHOW_STATISTICS'] %}
Statistics
{% endif %} {% if config['SHOW_MAPS'] %}
Maps
{% endif %} {% if config['SHOW_PROPAGATION'] %}
Propagation
{% endif %} {% block loginstatus %} {% endblock %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if category, messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% block content %}{% endblock %}
{% block jscripts %} {% endblock %}