{% extends 'layouts/left_panel.html' %} {% block heading %}

{% endblock %} {% block left_panel %}
[[ episode.demographics[0].name ]] {% if request.user.is_staff %} Admin {% endif %}

Filters

{% endblock %} {% block content %} {% for column in columns %} {% endfor %} {% for column in columns %} {% endfor %}
{{ column.title }}
    {% if column.header_template_path %} {% include column.header_template_path %} {% endif %}
  • {% include column.template_path %}
  • {% if not column.single %}
  • Add  
  • {% else %}
  • Edit  
  • {% endif %}
{% endblock %} {% block footer %} {% include 'keyboard_shortcuts_modal.html' %}
Keyboard shortcuts available
{% endblock %}