{% extends "base.html" %} {% block title %} Moderator area for {{show.name}} - Episodes.Community {% endblock %} {% block content %} {% load guardian_tags %} {% get_obj_perms request.user for show as "show_perms" %} {% include "partials/show_banner.html" %}

{{report.title}}

{{report.details}}

URL: {{report.url}}

{%csrf_token%} {% if not report.resolved %} {% endif %}
{% endblock %}