{{_('This action will terminate the selected plots, whether running or stopped, and delete all their temporary files. If Plotman is still running, another plot will be immediately started, so please stop Plotman first from the top-right. Continue?')}}
{{_('Start Plotting')}}
{{_('This action will start Plotman and launch a plotting run using your configured plotter, into these directories:')}}
{{_('Be careful about running more than one plotter on a single machine at a time. Continue?')}}
{{_('Stop Plotting')}}
{{_('This action will stop Plotman from launching new plotting jobs. Running jobs will run to completion. Continue?')}}
{{_('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' %}