{% load i18n static %} {% if cl.search_fields %} {# TODO - Put this search form on change_list.html like a satellite form; use admin_changelist.js in order to send search to parent form #}
{% if show_result_count %} {% blocktrans count counter=cl.result_count %}{{ counter }} result{% plural %}{{ counter }} results{% endblocktrans %} ({% if cl.show_full_result_count %}{% blocktrans with full_result_count=cl.full_result_count %}{{ full_result_count }} total{% endblocktrans %}{% else %}{% trans "Show all" %}{% endif %}) {% endif %}
{% comment %}
{% endcomment %} {% endif %}