{% if qd_with_header %}

  {{ question.title }}  

{% endif %}

{{ question.description|linebreaksbr }}

{% with project_part_list=question.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=question.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=question.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 %}