{% load i18n wagtailadmin_tags wagtailimages_tags %}

{% icon name='warning' %} {% trans "Upload successful. However, your new image seems to be a duplicate of an existing image. You may delete it if it wasn't required." %}

{% trans "Existing" %}
{% image existing_image max-800x600 class="show-transparency" %} {{ existing_image.title }}
{% trans "New" %}
{% image new_image max-800x600 class="show-transparency" %} {{ new_image.title }}
{% trans 'Use new image' %}
{% csrf_token %} {% trans "Use existing and delete new" %}