{% load i18n %} {% load cradmin_image_tags %} {% load cradmin_icon_tags %}
{% if imageurl %} {% else %} {# Used for the preview - hidden before we have a preview #} {% endif %} {% if clearable %}
{% endif %}
{{ input_html|safe }} {% if imageurl %} {% trans "Replace image ..." %} {% else %} {% trans "Select an image ..." %} {% endif %}