{% load i18n ovp_admin_template_tags %}
{% for field in action_form.visible_fields %}
{{ field|add_class:'form-control' }}
{% endfor %} {% for field in action_form.hidden_fields %}{{field}}{% endfor %} {% 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 %}