{% extends "manage/manage_base.html" %} {% load i18n %} {% block left_slot %}
{{shipping_methods}}
{% endblock %} {% block content %}

{% trans 'Add shipping method' %}

{% include "manage/lfs_form.html" %}
{% if request.META.HTTP_REFERER %} {% endif %}
{% endblock %}