{% 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 }}

Back to rota Open export

Log
{{ run.log }}
Result (raw)
{{ result_pretty|default:run.result }}
{% if builder_html %}
Builder HTML
{{ builder_html|safe }}
{% endif %}

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

{% csrf_token %}
{% csrf_token %}