{% extends "lfs/customer/base.html" %} {% load i18n %} {% load lfs_tags %} {% block breadcrumbs %} {% breadcrumbs _("Change your addresses") %} {% endblock %} {% block content %} {% if form.errors %}

The operation could not be performed because one or more error(s) occurred.
Please resubmit the form after making the following changes:

{% endif %}

{% trans 'Your addresses' %}

{% trans 'Invoice Address' %}

{% trans 'Shipping Address' %}

{{ invoice_address_inline|safe }} {{ shipping_address_inline|safe }}
{% endblock %}