{% extends "./page_form.html" %}
{% load static i18n humanize honeypot aircox %}
{% block head_extra %}
{{ form.media }}
{% endblock %}
{% block page-form-actions %}
{% trans "Episodes" %}
{% if object and object.pk and request.user.is_superuser %}
{{ block.super }}
{% endif %}
{% endblock %}
{% block main %}
{{ block.super }}
{% if object and object.pk and request.user.is_superuser %}
{% include "./dashboard/widgets/group_users.html" %}
{% endif %}
{% endblock %}