{{ meeting.title }}
{% for ai in agenda_items %}{{ ai.slot }} in {{ ai.room.name }}
{% endfor %}Attendees
{% for participant in participants %} {% if participant.required %}{% endif %}{{ participant.attendee }}{% if participant.required %}{% endif %}{% if forloop.last %}{% else %}, {% endif %} {% endfor %}Links
- Notes in a separate window
- Edit notes window {% for ai in agenda_items %} {% for track in tracks %}
- {{ track.title }} summary for {{ ai.slot.start.date|strftime:"%A" }} {% endfor %} {% endfor %} {% for ai in agenda_items %} {% if ai.room.icecast_url %}
- Live audio for {{ai.room.name}} {% endif %} {% endfor %} {% if meeting.spec_url %}
- Blueprint {% endif %} {% if meeting.wiki_url %}
- Wiki page {% endif %}