{% extends "wagtailadmin/base.html" %}
{% block titletag %}Usage: {{ component_name }}{% endblock %}
{% block extra_css %}
{% endblock %}
{% block content %}
{{ page_obj.paginator.count }} location{{ page_obj.paginator.count|pluralize }} foundLocations for: {{ component_name }}
| 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. |
|||