{% extends "dashboard/base.html" %} {% load i18n %} {% block title %}{% trans "Delete image" %} - {{ block.super }}{% endblock %} {% block body_class %}body-store body-products{% endblock %} {% block header_menu %} {% url "dashboard:product-update" pk=product.pk as url %} {% include "dashboard/includes/_back-link.html" with url=url hash="#images" %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% csrf_token %}

{% trans "Are you sure you want to delete the following image?" %}

{{ product_image.alt }}
{{ product_image.alt }}
{% trans "Cancel" %}
{% endblock %}