-
{% block object-tools-items %}
{% for public_link in public_view_links %}
- {{ public_link.label }} {% endfor %} {% block import_export_buttons %} {% include "admin/includes/import_export_buttons.html" %} {% endblock %} {% change_list_object_tools %} {% endblock %}
{% blocktranslate count counter=cl.formset.total_error_count %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktranslate %}
{{ cl.formset.non_form_errors }} {% endif %} {% admin_show_filters cl as show_filters %}{% trans "Linked documentation" %}
-
{% for item in documentation_links %}
- {{ item.title }} {% endfor %}