{% load i18n %}
{% if custom.drop_icon %} {{ custom.drop_icon }} {% else %} {% endif %} {% if custom.drop_text %} {{ custom.drop_text }} {% else %} {% translate 'Drop your image here...' %} {% endif %}
{% if custom.empty_icon %} {{ custom.empty_icon }} {% else %} {% endif %} {% if custom.empty_text %} {{ custom.empty_text }} {% else %} {% translate 'Drop your image here or click to select one...' %} {% endif %}
{% if not widget.required %} {% endif %}