{% extends "common/content_page.html" %} {% load wagtailroutablepage_tags %} {% block extra_head %} {{ block.super }} {% endblock %} {% block hero_buttons %} {{ block.super }} {% endblock %} {% block post_content %}
{% for page in listing_pages %} {% include "common/listing-item.html" %} {% endfor %}
{% if listing_pages.has_other_pages %}

{% include "common/pagination.html" with page=listing_pages %}
{% endif %} {% endblock %}