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

{% header_title %} {% 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 with full_result_count=cl.full_result_count %}{{ full_result_count }} total{% endblocktranslate %}{% else %}{% translate "Show all" %}{% endif %}) {% endif %}