{% load i18n %}
{% if button_label %} {{ button_label }} {% else %} {% if multiple %} {% trans "Select images..." %} {% else %} {% if attachments %} {% trans "Replace image..." %} {% else %} {% trans "Select image..." %} {% endif %} {% endif %} {% endif %}
{% if show_progress %}
{% endif %}