{% extends "layout.html" %} {% block content %}
| Start | End | Duration |
|---|---|---|
| {{ play.time_start |datefmt }} | {{ play.time_end |datefmt }} | {{ play.duration |timefmt }} |
| 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) }} |