view getan/templates/wochenbericht @ 391:58537062fe74

Remove rendering a newline for the first project and fix headline
author Björn Ricks <bjoern.ricks@intevation.de>
date Mon, 09 Feb 2015 10:17:25 +0100
parents 0ad470c4bf17
children
line wrap: on
line source
{{ 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
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)