{% extends "layout.html" %} {% load currency_filters %} {% load i18n %} {% block title %} {% trans 'My account' %} | {{ block.super }} {% endblock %} {% block body_class %}account-profile{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block headertext %} {% trans 'Account' %} {% endblock %} {% block content %}{% trans 'Name' %} | {{ request.user.get_full_name|default:'-' }} |
---|---|
{% trans 'Email address' %} | {{ user.email }} |
{{ field.name }} | {{ field.value|default:"-" }} |
{% trans 'Date registered' %} | {{ user.date_joined }} |
{% trans 'Order number' %} | {% trans 'Total inc tax' %} | {% trans 'Date submitted' %} | |
---|---|---|---|
{{ order.number }} | {{ order.total_incl_tax|currency }} | {{ order.date_placed }} | {% trans 'View' %} |
{% trans "You haven't placed any orders yet." %}
{% endif %} {% endblock %}{% trans 'Number of addresses in addressbook' %} | {{ addressbook_size }} |
---|---|
{% trans 'Default shipping address' %} | {{ default_shipping_address|default:"-" }} |
{% trans 'Default billing address' %} | {{ default_billing_address|default:"-" }} |
{% trans "You haven't been sent any emails yet." %}
{% else %}{% trans 'Date sent' %} | {% trans 'Subject' %} | |
---|---|---|
{{ email.date_sent }} | {{ email.subject }} | {% trans 'View' %} |
{% trans "You do not have any active alerts for out-of-stock products." %}
{% else %} {% endif %} {% endblock %}