{% extends "dashboard/base.html" %} {% load materializecss %} {% load i18n %} {% block title %}{% trans "Delete" %} {{ shipping_method }}{% endblock %} {% block body_class %}body-shipping-methods{% endblock %} {% block page_title %}{% trans "Delete" %} {{ shipping_method }}{% endblock %} {% block menu_delivery_class %}active{% endblock %} {% block breadcrumbs %} {% endblock %} {% block menu_shipping_class %} active{% endblock %} {% block content %}
{% blocktrans with shipping_method_name=shipping_method %} Are you sure you want to delete the {{ shipping_method_name }} method? {% endblocktrans %}
{% csrf_token %}
{% endblock %}