{% extends "_base.html" %} {% block content %} {% for (key, data) in assignments.items() %}

{{key}}

{% for session in data %} {% endfor %}
Session Topic Downloads
{{ session.name }} {{ session.topic }}
    {% for (title, link) in session.links.items() %}
  • {% if link == "GEN" %} {{title}} {% for (pretty_name, name) in slide_types.items() %} {{pretty_name}} {% endfor %} {% else %} {{title}} {% endif %}
  • {% endfor %}
{% endfor %} {% endblock %}