{% extends "wagtailadmin/base.html" %} {% load i18n %} {% block titletag %}{% blocktrans trimmed with title=document.title %}Usage of {{ title }}{% endblocktrans %}{% endblock %} {% block content %} {% trans "Usage of" as usage_str %} {% include "wagtailadmin/shared/header.html" with title=usage_str subtitle=document.title %}
{% for label, edit_url, edit_link_title, references in results %} {% endfor %}
{% trans "Title" %} {% trans "Field" %}
{% if edit_url %}{% endif %} {{ label }} {% if edit_url %}{% endif %}
{% include "wagtailadmin/shared/pagination_nav.html" with items=object_page %} {% endblock %}