{% extends "mvp/list.inc.html" %} {% load i18n %} {% block table-headings %} {% trans "Title" %} {% trans "Stream key" %} {% endblock %} {% block table-columns %} {% if change_perm in object_perms %} {{ obj.title }}  {% else %} {{ obj.title }} {% endif %} {% if obj.external_identifier %} {% endif %} {% if obj.stream_key %} {{ obj.stream_key }} {% endif %} {% endblock %} {% block empty-row-colspan %}3{% endblock %}