{% load i18n admin_urls static admin_list spags %}
{% block search %}
{% search_form cl %}
{% endblock %}
未设置提示
未设置提示
{% translate 'Search' %}
重置
{% verbatim %}
{{ !overflow ? '展开' : '收起' }}
{% endverbatim %}
{% block date_hierarchy %}{% if cl.date_hierarchy %}{% date_hierarchy cl %}{% endif %}{% endblock %}
{% if cl.result_count != cl.full_result_count %}
{% 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 %}