{% extends "admin/reported_posts.html" %} {% block listing %}
{% with comments=listing %} {% include "comments.html" %} {% endwith %} {% if not listing %}
There are no comments here (yet).
{% endif %}
{% endblock %}