{% load i18n files_widget_tags %}
{% if multiple %} {% trans 'Drop multiple images here to upload' %} {% else %} {% trans 'Drop an image here to upload' %} {% endif %} {% for path_to_file in files.splitlines %}{% spaceless %} {% endspaceless %}{% endfor %}
{% trans 'Upload' %}... {% if use_filebrowser %}  |  {% trans 'Library' %} {% endif %} {% if add_image_by_url %}  |  {% trans 'Add by url...' %} {% endif %} {{ input_string }} {# here comes the hacked mezzanine-filebrowser-safe integration #}