{% extends "common/listing_page.html" %} {% load wagtailroutablepage_tags %} {% block hero_buttons %} {{ block.super }} {% endblock %} {% 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 %}