{{ user }}, (KW {{ week }}, {{ year }})
{% for i in user -%}
=
{%- endfor -%}
==============
{% for proj in projects %}
# {{ proj.desc }}
{% for entry in proj.entries|sort(attribute='start') -%}
{{ entry.get_comment() }}
{% endfor -%}
# total time: {{ proj.get_total_duration()|human_time }}h
{% endfor %}
# total: {{ total_time|human_time }}h
