{% extends "wagtailadmin/base.html" %} {% block titletag %}System Registry{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {% include "wagtailadmin/shared/header.html" with title="System Registry" icon="code" %}
Clear
{% if filter_error %}

{{ filter_error }}

{% endif %} {% if is_applied %} {% for item in audit_data %} {% if usage_requested %} {% else %} {% endif %} {% endfor %}
Site Hierarchy Type Structure & Metadata Draft Live Total Template Path
{{ item.site_name }} {{ item.hierarchy }} {{ item.type }} {{ item.usage.draft }} {{ item.usage.live }} {% if item.usage.total > 0 %}{{ item.usage.total }}{% else %}0{% endif %} Add min or max {% if item.template %} {{ item.template_label }} {% else %} {% endif %}
{% if page_obj.paginator.num_pages > 1 %} {% endif %} {% else %}

Choose filters and select Apply Filters to load registry usage.

{% endif %}
{% endblock %}