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

{{ entry.activity.name }}

{{ entry.start_time.strftime('%A, %d. %B %Y') }}
{{ entry.start_time.strftime('%H:%M') }} {% if entry.end_time %} - {{ entry.end_time.strftime('%H:%M') }} {% endif %}

{{ entry.duration_str }}
Back to Log

Session Notes

Tasks in this Session

{% if not tasks %}

No tasks were tracked for this session.

{% else %} {% endif %}
{% endblock %}