{% load i18n files_widget_tags %}
{% if multiple %} {% trans 'Drop multiple images here to upload' %} {% else %} {% trans 'Drop an image here to upload' %} {% endif %} {% for file_obj in files_list %}{% spaceless %}
{% if multiple %}{% endif %} {% if multiple %} {% endif %}  
{% 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 #}