{% if dd_with_header %}

  {{ document.title }}  

{% endif %}

{{ document.date }}

{{ document.description|safe }}
{% with project_part_list=document.project_parts.all size="small" %} {% if project_part_list %}

{% if project_part_list|length <= 4 %} {% for pp in project_part_list %}{{ pp.get_simple_entry|safe }}
{% endfor %} {% else %} {% include "layout_elements/menu_project_parts.html" %} {% endif %}

{% endif %} {% endwith %} {% with participant_list=document.participants.all size="small" %} {% if participant_list %}

{% if participant_list|length <= 4 %} {% for p in participant_list %}{{ p.get_simple_entry|safe }}
{% endfor %} {% else %} {% include "layout_elements/menu_participants.html" %} {% endif %}

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

{% if event_list|length <= 4 %} {% for e in event_list %}{{ e.get_simple_entry|safe }}
{% endfor %} {% else %} {% include "layout_elements/menu_events.html" %} {% endif %}

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