{% if dd_with_header %}

  {{ document.title }}  

{% endif %}

{{ document.date }}

{{ document.description }}

{% with participant_list=document.participants.all %} {% if participant_list %}

{% for p in participant_list %} {{ p }}
{% endfor %}

{% endif %} {% endwith %} {% with project_part_list=document.project_parts.all %} {% if project_part_list %}

{% for pp in project_part_list %} {{ pp }}
{% endfor %}

{% endif %} {% endwith %} {% with event_list=document.events.all %} {% if event_list %}

{% for e in event_list %} {{ e }}
{% endfor %}

{% endif %} {% endwith %}
Download ({{ document.document.size|filesizeformat }} | PDF)