{% 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 %}
{% for blockchain in farms %}
{% if farms[blockchain].expected_time_to_win != '-' %}
{{ blockchain|capitalize }} - Expected Time to Win:
{{ farms[blockchain].expected_time_to_win }}
{% endif %}
Plotting:
{{ plotting.display_status }}
Farming:
{{ farms[blockchain].display_status }}
{{farms[blockchain].plot_count }}
Total Plots
{{farms[blockchain].plots_display_size }}
Total Plots Size
{{farms[blockchain].wallet_balance }}
{{ farms[blockchain].currency_symbol }} Balance
{{farms[blockchain].total_coins }}
{{ farms[blockchain].currency_symbol }} Farmed
{{farms[blockchain].netspace_display_size }}
{{ blockchain|capitalize }} Netspace
{{blockchain|capitalize}} - Challenges from Harvesters
{% if farms[blockchain].partials.data|length > 0 %}
{{blockchain|capitalize}} - Partial Proofs for Pools