{% extends 'oscar/dashboard/layout.html' %} {% load i18n %} {% load currency_filters %} {% block title %} {% if method %} {{ method.name }} {% else %} {% trans "Create a new shipping method" %} {% endif %} | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block headertext %} {% if method %} {{ method.name }} {% else %} {% trans "Create a new shipping method" %} {% endif %} {% endblock %} {% block dashboard_content %}
{% csrf_token %} {% include "oscar/dashboard/partials/form_fields.html" with form=form %} {% block form_actions %}
{% trans "or" %} {% trans "cancel" %}
{% endblock form_actions %}
{% endblock %}