{% extends 'oscar/dashboard/layout.html' %} {% load i18n %} {% block title %} {{ title }} | {{ block.super }} {% endblock %} {% block body_class %}{{ block.super }} create-page{% endblock %} {% block breadcrumbs %} {% endblock %} {% block headertext %}{{ title }}{% endblock %} {% block dashboard_content %}

{{ title }}

{% csrf_token %}

{% if product.is_child %} {% blocktrans with title=product.get_title %} Delete product variant {{ title }} - are you sure? {% endblocktrans %} {% else %} {% blocktrans with title=product.get_title %} Delete product {{ title }} - are you sure? {% endblocktrans %} {% endif %}

{% if product.is_parent %}

{% trans "This will also delete the following child products:" %}

{% endif %}
{% trans "or" %} {% trans "cancel" %}
{% endblock %}