{% extends "wagtailadmin/base.html" %}
{% block titletag %}Usage: {{ component_name }}{% endblock %}
{% block extra_css %}
{% endblock %}
{% block content %}
Found in {{ pages|length }} location{{ pages|length|pluralize }}Locations 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. |
|||