{% extends "modal/content.html" %} {% load converter %} {% block modal_title %} Session {{ object.name }} {% endblock %} {% block modal_body %}
| Start | End | Uptime |
|---|---|---|
| {{ stretch.start }} | {{ stretch.end }} | {{ stretch.duration|default:"Active" }} {% if stretch.duration|natural_duration %}minutes{% endif %} |
| {{ stretch.start }} | {{ stretch.end }} | {{ stretch.duration | natural_duration }} |