{% extends "shop/base.html" %} {% load i18n %} {% load satchmo_contact %} {% block navbar %}
{% blocktrans %}Welcome, {{ full_name }}.{% endblocktrans %}
{% endwith %}
{% trans "Update your profile" %}
{% trans "Change your password" %}
{% trans "Order History" %}
{% trans "Sorry, the user you've logged in as doesn't have any contact information." %}{% if request.user.is_staff %} {% trans 'Probably because you are an admin.' %}{% endif %}
{% trans 'Set up contact information' %}
{% trans "Change your password" %}