{% 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.displayname }}
{% if disk_usage[plotter.hostname] %} {% else %}

No plotting disk stats recorded recently for {{plotter.hostname}}. Please check that valid plotting paths (aka "tmp") are set in the worker's Plotman config on the Settings | Plotting page. Also ensure the worker is reporting into the controller on the Workers page.

{% endif %}
{% endfor %}
{% endblock %} {% block scripts %} {% for plotter in plotters %} {% if disk_usage[plotter.hostname] %} {% endif %} {% endfor %} {% endblock %}