{% 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 %} {% endblock %}