{% load crispy_forms_tags %} {% load i18n %}

{{ cnt_success }} {% trans 'search results successfully updated' %}

{% if multiple_edit_timestamp %} {% trans 'Show updated results' %} {% endif %} {% if error_list|length %}

{{ error_list|length }} {% trans 'errors:' %}

{% endif %}
{% crispy form %}