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

No removed comments

When mods remove a comment, it will show up here.

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