{% csrf_token %}
{% with repeat_value=form_params.repeat %} {% endwith %}
{% if cp.running %}Running{% else %}Stopped{% endif %}
{{ cp.last_status|default:"-" }} {{ cp.phase|default:"-" }} {{ cp.last_message|default:"-" }} {{ cp.last_command|default:"-" }} {{ cp.start_time|default:"-" }} {{ cp.stop_time|default:"-" }}
{% if cp.last_error %}
Error:
{{ cp.last_error }}
{% endif %}