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

Locations for: {{ component_name }}

Found in {{ pages|length }} location{{ pages|length|pluralize }}

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

No pages found using this component.

{% endblock %}