{% extends "layout.html" %} {% block content %}

Play information

Start End Duration
{{ play.time_start |datefmt }} {{ play.time_end |datefmt }} {{ play.duration |timefmt }}

Tasks

{% for task in tasks %} {% endfor %}
Offset from play Duration Action File Line
{{ task.offset_from_play |timefmt }} {{ task.duration |timefmt }} {{ task.action }} {{ task.path|pathtruncate }} {{ task.lineno }} {{ macros.make_link('task.show_task', 'details', task=task.id) }}
{% endblock %}