{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
{% if category == 'message' %}
{% else %}
{% endif %}
{{ message|safe }}
{% endfor %}
{% endif %}
{% endwith %}
{% for plotter in plotters %}
{{ plotter.hostname }}
{% endfor %}
{% endblock %}
{% block scripts %}
{% for plotter in plotters %}
{% if disk_usage[plotter.hostname] %}
{% endif %}
{% endfor %}
{% endblock %}