{% extends "dashboard/base.html" %} {% load i18n %} {% block title %}{% trans "Delete stock" %} - {{ 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="#stock" %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block menu_catalogue_class %} active{% endblock %} {% block content %}
{% csrf_token %}
{{ stock.variant.sku }} ({{ stock.variant.name }}) – {{ stock.location }}
{% endblock %}