{% load i18n %}

{% if url_new %}

{{new_message}}

{% endif %}

{% trans "Search and select an item" %}

{% if source_full or extra_sources %} {% trans "CSV" %} {% if source_full %}{% trans "CSV full" %}{% endif %} {% for slug, name, extra_source in extra_sources %} {{name}} {% endfor %} {% else %} {% trans "CSV" %} {% endif %}
{% if multiple %} {% endif %}