{% extends "base.html" %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == 'message' %}
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 %}
{% include 'views/challenges.html' %}
{% endif %} {% if partials.rows|length > 0 %}
{% for partial in partials.rows %} {% endfor %}
Blockchain Pool Response Launcher Date
{{partial.blockchain}} {{partial.pool_url}} {{partial.pool_response}} {{partial.launcher_id|launcheridshortener}} {{partial.created_at}}
{% endif %} {% endblock %} {% block scripts %} {% if global_config.farming_enabled %} {% endif %} {% endblock %}