{% extends "base.html" %} {% block content %}
Farming: {{ farming.plot_count }} plots.
Chia ETW: {{ farming.expected_time_to_win }}
{% if global_config.flax_enabled %}
Flax ETW: {{ farming.flax_expected_time_to_win }}
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == 'message' %} {% if (daily_notifications.daily_summary_chia|length > 0) or (daily_notifications.daily_summary_flax|length > 0) %}

{% for daily in daily_notifications.daily_summary_chia %}
{{ daily.hostname }}
{{ daily.message }}
{% endfor %}
{% if global_config.flax_enabled %}

{% for daily in daily_notifications.daily_summary_flax %}
{{ daily.hostname }}
{{ daily.message }}
{% endfor %}
{% endif %}
{% endif %}
{% for farmer in farmers %}
{% endfor %}
{% for column in plots.columns %} {% endfor %} {% for row in plots.rows %} {% for column in plots.columns %} {% if column == "size" %} {% elif column == "plot" %} {% else %} {% endif %} {% endfor %} {% endfor %}
{{ column }}
{{ row[column] | bytesfilter}}{{ row[column] | plotnameshortener}}{{ row[column] }}
{% endblock %} {% block scripts %} {% endblock %}