+ {% with item.session.agenda as agenda %}
+ {% if agenda %}
+ {% if agenda.file_extension == "txt" or agenda.file_extension == "html" or agenda.file_extension == "htm" %}
+
Agenda
+
+ {% else %}
+
Agenda submitted as {{agenda.file_extension|upper}}
+ {% endif %}
+ {% else %}
+
No agenda submitted
+ {% endif %}
+ {% endwith %}
-
-
-
-
-
-
- {% with item.session.agenda as agenda %}
- {% if agenda %}
- {% if agenda.file_extension == "txt" or agenda.file_extension == "html" or agenda.file_extension == "htm" %}
-
Agenda
-
- {% else %}
-
Agenda submitted as {{agenda.file_extension|upper}}
- {% endif %}
- {% else %}
-
No agenda submitted
- {% endif %}
- {% endwith %}
-
- {% if item.session.slides %}
-
Slides
-
- {% endif %}
-
-
-
-
-
+ {% if item.session.slides %}
+
Slides
+
+ {% endif %}
+