{% extends "base.html" %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == 'message' %}
{% for plotter in plotters %}
{{ plotter.hostname }}
{% endfor %}
{% endblock %} {% block scripts %} {% for plotter in plotters %} {% if disk_usage[plotter.hostname] %} {% endif %} {% endfor %} {% endblock %}