{% block headmeta %}{% endblock headmeta %} {% block pagecss %}{% endblock %}
{% if username %} {{ username }} / Log out {% else %} Log in {% endif %}  •  {{ storage.label }} {% if storage.used and storage.free %} {{ storage.used|filesizeformat }} used ({{ storage.percent }}%) {{ storage.free|filesizeformat }} free {% endif %} {% if storage.status %} {{ storage.status }} {% endif %} {% if storage.disk_full_warning %}
{{ storage.disk_full_warning }}
{% endif %} {% block indicators %}{% endblock indicators %}
{% for message in messages %} {% if "bottom" not in message.tags %}
{{ message|safe }}
{% endif %} {% endfor %}
{% block content %}{% endblock content %}
{% if celery_status_update and not hide_celery_tasks %} {% endif %} {% block javascript %}{% endblock %}