{% extends "admin/image_posts.html" %} {% block title %} Removed Content {% endblock %} {% block content %}

				
Removed Posts
{% block listing %}
{% with comments=listing %} {% include "comments.html" %} {% endwith %} {% if not listing %}
There are no comments here (yet).
{% endif %}
{% endblock %}
{% endblock %} {% block pagenav %} {% endblock %}