{% extends "wagtailadmin/base.html" %} {% block titletag %}Usage: {{ component_name }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Usage: {{ component_name }}

{{ page_obj.paginator.count }} location{{ page_obj.paginator.count|pluralize }} found

{% for page in pages %} {% empty %} {% endfor %}
Page Title Status URL Path Action
{{ page.title }} Type: {{ page.content_type.name|title }} {% if page.live %}Live{% else %}Draft{% endif %} {{ page.url_path|default:"/(no path)/" }} Edit Page

No pages found using this component.

{% if page_obj.paginator.num_pages > 1 %} {% endif %}
{% endblock %}