{% extends "admin/actions.html" %} {% load i18n %} {% block actions %} {% block actions-form %} {% if action_forms %} {% for actionform in action_forms %} {% if actionform.action.name == 'action' and forloop.counter0 == 0 %} {% if actionform.action.label %} {% endif %} {% endif %} {% endfor %} {% else %} {{ block.super }} {% endif %} {% endblock %} {% block actions-submit %} {% if action_forms %} {% else %} {% endif %} {% endblock %} {% block actions-counter %} {% 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 %} {% endblock %} {% endblock %}