{% load i18n admin_urls static admin_list uikit_admin %}
{# BLOCK ACTIONS #} {% block actions %} {# Search field - Actions will be handled by admin_changelist.js #} {% block search %}{% search_form cl %}{% endblock %} {# Action form #}
{% block actions-form %}
{% for field in action_form %}
{% uk_element field 'uk-select' %}
{% endfor %}
{% endblock %} {% comment %} {% block actions-submit %}
{% endblock %} {% endcomment %}
{% block actions-counter %} {% if actions_selection_counter %} {{ selection_note }} {% if cl.result_count != cl.result_list|length %} {% endif %} {% endif %} {% endblock %}
{% endblock %}