{% 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 }} foundUsage: {{ component_name }}
| 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. |
|||