< {{ viewdate.date|strftime:"%A" }} > {% if schedule.crew %} Crew: {% for c in crew %}{{c.attendee.name}}{% if forloop.last %}{% else %}, {% endif %}{% endfor %} {% endif %}
{% for slot, meetings in schedule.items %} {% if slot.type == 'lunch' %} {% else %} {% for room, agenda in meetings.items %} {% endfor %} {% endif %}
{{slot.start.time|strftime:"%H:%M"}} - {{slot.end.time|strftime:"%H:%M"}} {% ifequal slot.type 'plenary' %}[PLENARY]{% endifequal %}
Lunch
{% if attendee in agenda.meeting.attendees %} {% else %} {% endif %} {{agenda.meeting.title}} {% if agenda.meeting.tracks.count > 0 %} ({% for track in agenda.meeting.tracks.all %} {% ifnotequal forloop.counter 1 %}, {% endifnotequal %}{{ track.title }} {% endfor %}) {% endif %}
{{agenda.meeting.description}}
{% if agenda.meeting.participant_set.count %}
Participants:
{% for participant in agenda.meeting.participant_set.all %}
{% if participant.required %} (required) {% else %} {% endif %}{{ participant.attendee.user }}
{% endfor %}
{% endif %} {% if agenda.meeting.tracks.count > 0 %}
Tracks:
    {% for track in agenda.meeting.tracks.all %}
  • {{ track.title }}
  • {% endfor %}
{% endif %}
{{agenda.room.title}} {% if agenda.room.icecast_url %} (Audio Feed) {% endif %}
{% endfor %}