{% extends "mvp/list.inc.html" %} {% load i18n %} {% block table-headings %} {% trans "Title" %} {% trans "Start" %} {% trans "Finish" %} {% trans "Streaming" %} {% endblock %} {% block table-columns %} {% if change_perm in object_perms %} {{ obj.title }}  {% else %} {{ obj.title }} {% endif %} {{ obj.start }} {{ obj.stop }} {% if obj.external_identifier %} {% endif %} {% if obj.stream_key %} {{ obj.stream_key.label }} {% endif %} {% endblock %} {% block row-buttons %} {% if obj.live_stream %} {# The rows render inside the season edit
, so the button #} {# must never act as a submit. #} {% endif %} {{ block.super }} {% endblock %} {% block empty-row-colspan %}5{% endblock %} {% block pagination %} {{ block.super }} {% endblock %}