{# Please keep this template in sync with django/contrib/admin one #} {% load i18n bootstrap3 %}
{% bootstrap_form action_form layout='inline' form_group_class='form-group-sm col-xs-4 row' %} {% if actions_selection_counter %} {{ selection_note }} {% if cl.result_count != cl.result_list|length %} {{ selection_note_all }} {% blocktrans with cl.result_count as total_count %}Select all {{ total_count }} {{ module_name }}{% endblocktrans %} {% trans "Clear selection" %} {% endif %} {% endif %}