{% load tz %}
Status: {{ run.get_status_display }} ({{ run.status }})
Created: {{ run.created_at|localtime }} started: {{ run.started_at|localtime }} finished: {{ run.finished_at|localtime }}
{{ run.log }}{{ result_pretty|default:run.result }}{% if run.export_html %} View Stored Export Download Stored Export {% else %} No stored export {% endif %}