{% extends "account/base.html" %} {% load link %} {# include "v1/secondary-header.html" with primary="Profile" secondary="Your Account" #} {% block hero_content %} {% include "v4/secondary-header.html" with secondary="Your Profile" primary='Account' %}
{% endblock hero_content %} {% block deep_content %} {% if user.is_anonymous %} {% include "account/sub/login_prompt.html" %} {% else %}All About you
Your login details
Your purchases and receipts.
{% link "baskets:purchases" "View" %}Your business shipping account details
{% link "baskets:shippingaccount_list" "Shipping Accounts" %}Onboard your company for continued support and reseller discounts
Your previous shopping carts
You can see these extra staff links, as you are designated a staff member within the admin.
Your Hyperlinks
{% include "core/hyperlink_list.html" %}