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