{% load tz %} Rota run {{ run.id }}

Rota run for {{ run.rota.name }}

Status: {{ run.get_status_display }} ({{ run.status }})

Created: {{ run.created_at|localtime }} started: {{ run.started_at|localtime }} finished: {{ run.finished_at|localtime }}

Log

{{ run.log }}

Result

{{ run.result }}

{% if run.export_html %} View Stored Export Download Stored Export {% else %} No stored export {% endif %}

{% csrf_token %}
{% csrf_token %}