{% if qd_with_header %}

  {{ question.title }}  

{% endif %}

{{ question.description|linebreaksbr }}

{% with project_part_list=question.project_parts.all %} {% if project_part_list %}

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

{% endif %} {% endwith %} {% with participant_list=question.participants.all %} {% if participant_list %}

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

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

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

{% endif %} {% endwith %}