{% extends "common/listing_page.html" %}
{% block post_content %}
{% for page in listing_pages %}
{% ifchanged %}
{% endifchanged %}
{% include "common/listing-item.html" %}
{% endfor %}
{% if listing_pages.has_other_pages %}
{% include "common/pagination.html" with page=listing_pages %}
{% endif %}
{% endblock %}