{% extends "base.html" %} {% block content %}
Farming Status: {{ farming.display_status }}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == 'message' %}
{% if global_config.plotting_only %} Found {{ plots.rows | length }} total plots. {% else %} Found {{ farming.plot_count }} total plots. Current expected time to win: {{ farming.time_to_win }} {% endif %}
{% 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 %}