{% extends 'boards/base.html' %} {% load post_render %} {% load thumbnail %} {% block title %}sys/post/{{ post.board.ln }}/{{ post.pk }}/report{% endblock title %} {% block content %}
Reporting post:
{% include 'sys/incl/post.html' %}
{% csrf_token %} {{ form.as_p }} [Report] [Abort]
{% endblock content %}