{% load i18n satchmo_category satchmo_google satchmo_util satchmo_currency satchmo_discounts app_plugins normalize_decimal %} {% if site_name %}{{ site_name }} : {% endif %}{% block head_title %}{% endblock %} {% if LANGUAGE_BIDI %} {% endif %} {% block extra_head_base %} {% block extra_head %}{% endblock %} {% endblock %} {% block header %} {% endblock %} {% if site_wide_announcements %}
{% endif %} {% block body_outer %}
{% block left_tabs %}{% endblock %}
{% block right_tabs %}{% endblock %}
{% block sidebar-secondary %}

{% trans "Shop Categories" %}

{% block sidebar %} {% block sidebar-categories %} {% endblock sidebar-categories %} {% block sidebar-secondary-bottom %} {% plugin_point "sidebar_secondary_bottom" %} {% endblock %} {% endblock sidebar %}
{% endblock sidebar-secondary %}

{% if messages %} {% endif %} {% block body %} {% endblock %} {% block content %}{% endblock %}
{# rightnav #}

{% trans "Quick Links" %}

{% block sidebar-primary %} {% url satchmo_product_recently_added as recenturl %} {% if recenturl %}{% trans "Recently Added" %}{% endif %} {% url satchmo_product_best_selling as popularurl %} {% if popularurl %}
{% trans "Best Sellers" %}{% endif %} {% plugin_point "sidebar_links" %}

{% trans "Account Information" %}

{% if user.is_staff %} {% trans "Admin" %}
{% endif %} {% if user.is_authenticated %} {% url satchmo_account_info as accounturl %} {% if accounturl %}{% trans "Account Details" %}
{% endif %} {% trans "Log out" %}
{% else %} {% trans "Log in" %}
{% endif %} {% url satchmo_cart as carturl %} {% if carturl %}{% trans "Cart" %}{% endif %} {% if cart_count %} ({{ cart_count|normalize_decimal }}{% if cart.total %} - {{ cart|discount_cart_total:sale|currency }}{% endif %})
{% url satchmo_checkout-step1 as checkouturl %} {% if checkouturl %}{% trans "Check out" %}{% endif %} {% endif %} {% plugin_point "shop_sidebar_actions" %} {% url satchmo_contact as contact_url %} {% if contact_url %}

{% trans "Contact Us" %}

{% endif %} {% satchmo_language_selection_form %}

You have no items in your shopping cart.

{% block sidebar-primary-bottom %} {% plugin_point "shop_sidebar_primary" %} {% endblock %} {% endblock sidebar-primary %}
{% endblock %} {% block extra_body_base %} {% block extra_body %}{% endblock %} {% endblock %} {% block page-close %} {% block google-tracker %} {% if shop.options.GOOGLE.ANALYTICS.value %} {% show_tracker is_secure %} {% endif %} {% endblock %} {% endblock %}