{{_('This action will start Plotman archiving from the destination folder. Completed plots will be distributed locally or transferred remotely. Continue?')}}
{{_('Stop Archiving')}}
{{_('This action will stop Plotman archiving from the destination folder, preventing further completed plot transfers. Continue?')}}
{{_('Worker Offline')}}
{% autoescape false %}
{{_('This worker is not currently configured for Plotman %(wiki_link_open)sarchiving%(wiki_link_open)s to enable local or remote transfer of completed plots. Please visit the Settings | Plotting page to configure this worker.',
wiki_link_open='', wiki_like_close='')}}
{% endautoescape %}
{{_('Worker Offline')}}
{{_('This worker is not currently online and responding to pings from the controller. Please check the Workers page and bring the system back online.')}}
{% 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 farmer in farmers %}
{{ farmer.displayname }}
{% if disk_usage[farmer.hostname] %}
{% else %}
No plot disk stats recorded recently for {{farmer.hostname}}.
Also ensure the worker is reporting into the controller on the
Workers page.