{% include 'responsive/_phone_episode_list.html' %}
{% include 'responsive/_tablet_episode_list.html' %}
{% for column in columns %}
{{ column.title }} |
{% endfor %}
{% for column in columns %}
{% if column.batch_template %}
{% with cix=forloop.counter0 %}{% with column_name=column.name %}
{% include column.template_path %}
{% endwith %}{% endwith %}
|
{% else %}
{% if column.header_template_path %}
{% include column.header_template_path %}
{% endif %}
-
{% include column.template_path %}
{% if not column.single %}
-
Add
{% else %}
-
Edit
{% endif %}
|
{% endif %}
{% endfor %}
{% include 'episode_list_navbar.html' %}