{% 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 %}
Plotting:
{{ plotting.display_status }}
Farming:
{{ farming.display_status }}
{{farming.plot_count }}
Total Plots
{{farming.plots_display_size }}
Total Plots Size
{% if farming.expected_time_to_win != '-' %}
Chia - Expected Time to Win:
{{ farming.expected_time_to_win }}
{% endif %}
{{farming.total_chia }}
Chia Farmed
{{farming.netspace_display_size }}
Chia Netspace
{% if global_config.flax_enabled %}
{% if farming.flax_expected_time_to_win != '-' %}
Flax - Expected Time to Win:
{{ farming.flax_expected_time_to_win }}
{% endif %}
{{farming.total_flax }}
Flax Farmed
{{farming.flax_netspace_display_size }}
Flax Netspace
{% endif %}
{% if global_config.farming_enabled %}