{% extends "modal/content.html" %} {% load converter %} {% block modal_title %} Session {{ object.name }} {% endblock %} {% block modal_body %}
{% for stretch in object.stretches.with_duration.active %} {% endfor %} {% for stretch in object.stretches.with_duration %} {% endfor %}
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 }}
{% endblock %}