{% extends "admin/reported_posts.html" %} {% block pagetitle %}Reported Comments{% endblock %} {% block listing %}
{% with comments=listing %} {% include "comments.html" %} {% endwith %} {% if not listing %}
{{macros.ghost_box('There are no comments here (yet).', '', 1)}}
{% endif %}
{% endblock %}