{{ meeting.title }}

{% for ai in agenda_items %}

{{ ai.slot }} in {{ ai.room.name }}

{% endfor %}
{{ meeting.description }}
{% ifnotequal meeting.type 'plenary' %}

Attendees

{% for participant in participants %} {% if participant.required %}{% endif %}{{ participant.attendee }}{% if participant.required %}{% endif %}{% if forloop.last %}{% else %}, {% endif %} {% endfor %}
{% endifnotequal %}