{% extends "oscar/customer/baseaccountpage.html" %} {% load i18n %} {% block tabcontent %} {% if addresses %}
{% trans 'Address' %} | |
---|---|
{% if address.is_default_for_shipping %}
{% trans 'Default shipping address' %}
{% endif %}
{% if address.is_default_for_billing %}
{% trans 'Default billing address' %}
{% endif %}
{% for field in address.active_address_fields %}
{{ field }} {% endfor %} |
{% trans 'There are no addresses in your address book.' %}
{% endif %} {% endblock tabcontent %}