11{% load humanize %}{% autoescape off %}{% load ietf_filters %}"Date" , "Start" , "End" , "Session" , "Room" , "Area" , "Acronym" , "Type" , "Description" , "Session ID" , "Agenda" , "Slides"
2- {% for item in schedule.assignments .all.distinct %}{% if item.timeslot.type.slug == "break" %}"{{ item.timeslot.time|date:"Y-m-d" }}" , " {{ item.timeslot.time_desc|slice:" :4" }}", " {{ item.timeslot.time_desc|slice:" 5:9" }}", " Break" , " {{ schedule.meeting.break_area}}" , " " , " " , " " , " {{ item.timeslot.name }}" , " b{{ item.timeslot.pk }}" , " " , " "
2+ {% for item in filtered_assignments .all.distinct %}{% if item.timeslot.type.slug == "break" %}"{{ item.timeslot.time|date:"Y-m-d" }}" , " {{ item.timeslot.time_desc|slice:" :4" }}", " {{ item.timeslot.time_desc|slice:" 5:9" }}", " Break" , " {{ schedule.meeting.break_area}}" , " " , " " , " " , " {{ item.timeslot.name }}" , " b{{ item.timeslot.pk }}" , " " , " "
33{% endif %}{% if item.timeslot.type.slug == "reg" %}"{{ item.timeslot.time|date:"Y-m-d" }}" , " {{ item.timeslot.time_desc|slice:" :4" }}", " {{ item.timeslot.time_desc|slice:" 5:9" }}", " {{ item.timeslot.type.name }}" , " {{ schedule.meeting.reg_area }}" , " " , " " , " " , " {{ item.timeslot.name }}" , " r{{item.timeslot.pk}}" , " " , " "
44{% endif %}{% if item.timeslot.type.slug == "other" %}"{{ item.timeslot.time|date:"Y-m-d" }}" , " {{ item.timeslot.time_desc|slice:" :4" }}", " {{ item.timeslot.time_desc|slice:" 5:9" }}", " None" , " {{ item.timeslot.location.name }}" , " " , " {{ item.session.group.acronym }}" , " {% if item.session.group.parent %}{{item.session.group.parent.acronym|upper}}{% endif %}" , " {{ item.session.name }}" , " {{item.session.pk}}" , " " , " "
55{% endif %}{% if item.timeslot.type.slug == "plenary" %}"{{ item.timeslot.time|date:"Y-m-d" }}" , " {{ item.timeslot.time_desc|slice:" :4" }}", " {{ item.timeslot.time_desc|slice:" 5:9" }}", " {{ item.session.name }}" , " {{ item.timeslot.location.name }}" , " " , " {{ item.session.group.acronym }}" , " " , " {{ item.session.name }}" , " {{item.session.pk}}" , " {% if item.session.agenda %}http://www.ietf.org/proceedings/{{ schedule.meeting.number }}/agenda/{{ item.session.agenda.external_url }}{% endif %}" , " {% if item.session.slides %}{% for slide in item.session.slides %}http://www.ietf.org/proceedings/{{ schedule.meeting.number }}/slides/{{ slide.external_url }}{% if not forloop.last %}|{% endif %}{% endfor %}{% endif %}"
66{% endif %}{% if item.timeslot.type.slug == "session" and item.session.group %}"{{ item.timeslot.time|date:"Y-m-d" }}" , " {{ item.timeslot.time_desc|slice:" :4" }}", " {{ item.timeslot.time_desc|slice:" 5:9" }}", " {{ item.timeslot.name }}" , " {{ item.timeslot.location.name }}" , " {{ item.session.group.parent.acronym|upper }}" , " {{ item.session.group.acronym }}" , " {{ item.session.type }}" , " {{ item.session.group.name }}" , " {{ item.session.pk}}" , " {% if item.session.agenda %}http://www.ietf.org/proceedings/{{ schedule.meeting.number }}/agenda/{{ item.session.agenda.external_url }}{% endif %}" , " {% if item.session.slides %}{% for slide in item.session.slides %}http://www.ietf.org/proceedings/{{ schedule.meeting.number }}/slides/{{ slide.external_url }}{% if not forloop.last %}|{% endif %}{% endfor %}{% endif %}"
7- {% endif %}{% endfor %}{% endautoescape %}
7+ {% endif %}{% endfor %}{% endautoescape %}
0 commit comments