{% extends 'oscar/dashboard/layout.html' %} {% load i18n %} {% load currency_filters %} {% block title %} {{ method.name }} | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block headertext %} {{ method.name }} {% endblock %} {% block dashboard_content %}
{% trans "Name" %} | {{ method.name }} |
---|---|
{% trans "Description" %} | {{ method.description|safe|default:"-" }} |
{% trans "Applies to countries" %} | {{ countries|join:", " }} |
{% trans "Default product weight (kg)" %} | {{ method.default_weight }} |
{% trans 'Edit shipping method' %} {% trans 'Delete shipping method' %}
{% trans "Weight range (kg)" %} | {% trans "Charge" %} | |
---|---|---|
{{ band.weight_from|floatformat:3 }} - {{ band.weight_to|floatformat:3 }} | {{ band.charge|currency }} | {% trans "Edit" %} {% trans "Delete" %} |
{% trans "No weight bands have been added yet." %}
{% endif %}