{% extends "dashboard/base.html" %} {% load materializecss %} {% load i18n %} {% load mptt_tags %} {% block title %} {% trans "Shipping methods" %} {% if shipping_method.pk %} - {{ shipping_method }} {% else %} - {% trans 'Add new method' %} {% endif %} - {{ block.super }} {% endblock %} {% block body_class %}body-shipping-methods{% endblock %} {% block menu_delivery_class %}active{% endblock %} {% block page_title %}{% if shipping_method.pk %}{{ shipping_method }}{% else %} {% trans 'Add new method' %} {% endif %}{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block menu_shipping_class %} active{% endblock %} {% block content %} {% endblock %}