{% extends "CHRISTMAS/admin/reported_posts.html" %} {% block listing %}
{% with comments=listing %} {% include "CHRISTMAS/comments.html" %} {% endwith %} {% if not listing %}

No reported comments

When someone reports a comment, it will show up here.

Go to admin dashboard
{% endif %}
{% endblock %}