{% load i18n admin_urls unfold %} {% if is_popup %}

{{ pretitle }} {{ content_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 %} {% if content_subtitle %} {{ content_subtitle }} {% endif %}

{% include "unfold/helpers/add_link.html" with hide_separator=True %}
{% endif %}