{% extends "base.html" %} {% block title %} Report a Submission - {{show.name}} - Episodes.Community {% endblock %} {% block content %} {% if episode.season.artwork %} {% else %} {% endif %} {{show.name}} {% if episode.season.name %} {{ episode.season.name }} {% else %} Season {{ episode.season.number }} {% endif %} {% if episode.season.description %} {{ episode.season.description }} {% else %} {{ show.description }} {% endif %} {{show.name}} {{episode.name}} Report Report a Submission {% if error %} {{error}} {% endif %} Submission by {{ submission.user.display_name }} {{ submission.url }} {% if submission.user.is_staff %} Warning This submission is made by a staff member. Unnecessary reporters will be banned. {% endif %} {% include "form.html" %} Submit {% endblock %}
{% if episode.season.description %} {{ episode.season.description }} {% else %} {{ show.description }} {% endif %}
This submission is made by a staff member. Unnecessary reporters will be banned.