{% extends 'oscar/dashboard/layout.html' %} {% load i18n %} {% load currency_filters %} {% block title %} {% trans "Delete weight band?" %} | {{ band.method.name }} | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block headertext %} {% trans "Delete weight band?" %} {% endblock %} {% block dashboard_content %}
{% trans "Weight range (kg)" %} {% trans "Charge" %}
{{ band.weight_from|floatformat:3 }} - {{ band.weight_to|floatformat:3 }} {{ band.charge|currency }}

{% trans "Are you sure you want to delete this weight band method?" %}

{% csrf_token %}
{% trans "or" %} {% trans "cancel" %}
{% endblock dashboard_content %}