{% extends "base.html" %} {% block title %} Report a Post - {{reply.board.title}} - {{show.name}} Discussions - Episodes.Community {% endblock %} {% block content %}

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" %}
{% endblock %}