{{ user.display_name }}
Deine Berichtshefte
{% if reports|length == 0 %}
Füge dein erstes Berichtsheft hinzu!
{% endif %}
{% for report in reports %}
{{ report }}
{% if forloop.last %} {% if report.week != week_now %}
Berichtsheft schreiben
{% endif %} {% endif %} {% endfor %}