{% extends "base.html" %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == 'message' %}
{% for farmer in farmers %}
{{ farmer.displayname }}
{% if farmer.displayname in daily_summaries %} {% endif %}
{% if disk_usage[farmer.hostname] %} {% else %}

No plots disk stats recorded recently for {{farmer.hostname}} with Chia blockchain. Please ensure all paths containing plots have been configured. Also ensure the Chia worker is reporting into the controller on the Workers page.

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