{% extends "admin/removed_posts.html" %} {% block pagetitle %}Removed Comments{% endblock %} {% block listing %}
{% with comments=listing %} {% include "comments.html" %} {% endwith %} {% if not listing %}

There are no comments here (yet).

{% endif %}
{% endblock %}