{% load i18n admin_urls static %}
{% for item in widget.subwidgets %} {% endfor %}
{% if add_icon %} {{ add_icon|safe }} {% else %} {% endif %} {% if add_image_text %} {{ add_image_text }} {% else %} {% translate 'Add image' %} {% endif %}
{% if empty_icon %} {{ empty_icon|safe }} {% else %} {% endif %} {% if empty_text %} {{ empty_text }} {% else %} {% translate 'Drop your images here or click to select...' %} {% endif %}
{% if drop_icon %} {{ drop_icon|safe }} {% else %} {% endif %} {% if drop_text %} {{ drop_text }} {% else %} {% translate 'Drop your images here...' %} {% endif %}