{% extends "admin/base_site.html" %} {% load humanize i18n palette %} {% block content %}
{% block actions %} {% block actions-form %} {% for field in action_form %}{% if field.label %}{% else %}{{ field }}{% endif %}{% endfor %} {% endblock %} {% block actions-submit %} {% endblock %} {% block actions-counter %} {% if actions_selection_counter %} {{ selection_note }} {% if cl.result_count != cl.result_list|length %} {% endif %} {% endif %} {% endblock %} {% endblock %}
{% endblock content %}