{% load admin_urls i18n unfold %}
{% if is_nav_sidebar_enabled %} dock_to_right dock_to_right {% endif %} {% include "unfold/helpers/header_back_button.html" %}

home chevron_right {% header_title %} {% if action_title %} chevron_right {{ action_title }} {% endif %} {% if cl and cl.full_result_count != cl.result_count and cl.paginator|class_name != "InfinitePaginator" %} {% blocktranslate count counter=cl.result_count %}{{ counter }} result{% plural %}{{ counter }} results{% endblocktranslate %} ( {% if cl.show_full_result_count %} {% blocktranslate trimmed with full_result_count=cl.full_result_count %} {{ full_result_count }} total {% endblocktranslate %} {% else %} {% translate "Show all" %} {% endif %} ) {% endif %}