{% extends "lfs/customer/base.html" %} {% load i18n %} {% load lfs_tags %} {% block title %} {% trans 'My Addresses' %} - {{ block.super }} {% endblock %} {% block section %}my-addresses{% endblock %} {% block breadcrumbs %} {% breadcrumbs _("Change your addresses") %} {% endblock %} {% block content %} {% if form.errors %}
{% blocktrans %}The operation could not be performed because one or more error(s) occurred.
Please resubmit the form after making the following changes:{% endblocktrans %}