{% extends 'frontend_base.html' %} {% block title %}{{ super() }} - Session Editor{% endblock title %} {% block styles %} {# TODO: base style assumes navbar will be present #} {#{{ super() }}#} {% endblock styles %} {% block scripts %} {{ super() }} {% endblock scripts %} {# TODO: with navbar at the top, the session editor isn't the correct vertical height #} {% block navbar %}{% endblock navbar %} {% block content %} {{ super() }}

{{ collection.label }}

Hide Markup
    {% for view_son in session_son.views %}
  • {% endfor %}
{% endblock content %}