{% extends "base.html" %} {% block title %} Report a Post - {{reply.board.title}} - {{show.name}} Discussions - Episodes.Community {% endblock %} {% block content %} {{show.name}} Discussions {{reply.board.title}} Report Report a Post {% if error %} {{error}} {% endif %} Posted by {{ reply.user.display_name }} {{ reply.body }} {% if reply.user.is_staff %} Warning This reply is made by a staff member. Unnecessary reporters will be banned. {% endif %} {% include "form.html" %} Submit {% endblock %}
This reply is made by a staff member. Unnecessary reporters will be banned.