{% 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 %}
{% if farming.expected_time_to_win != 'Unknown' %}
Expected Time to Win:
{{ farming.expected_time_to_win }}
{% endif %}
{% if global_config.plotting_enabled %}
Plotting:
{{ plotting.display_status }}
{% endif %}
{% if global_config.farming_enabled %}