{% load i18n satchmo_category satchmo_google satchmo_util satchmo_currency satchmo_discounts %} {% block extra-head %}{% endblock %} {% block title %}{{ shop_name }}{% if pagetitle %}: {{ pagetitle }}{% endif %}{% endblock %} {% block body %}

{{ shop_name }}

{% block leftnav %}
{% satchmo_search_form %}
{% block sidebar %}

{% trans "Shop Categories" %}

{% endblock %}
{% endblock leftnav %}
{% block rightnav %}

{% trans "Quick Links" %}

{% url satchmo_product_recently_added as recenturl %} {% if recenturl %}{% trans "Recently Added" %}
{% endif %} {% if shop.options.SHOP.RATINGS.value %} {% url satchmo_product_best_rated as besturl %} {% if besturl %}{% trans "Most Popular" %}
{% endif %} {% endif %} {% url satchmo_product_best_selling as popularurl %} {% if popularurl %}{% trans "Best Sellers" %}{% endif %}

{% 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 }}{% if cart.total %} - {{ cart|discount_cart_total:sale|currency }}{% endif %})
{% url satchmo_checkout-step1 as checkouturl %} {% if checkouturl %}{% trans "Check out" %}{% endif %} {% endif %} {% if user.is_authenticated and "wishlist"|app_enabled %} {% url satchmo_wishlist_view as wishlist_url %} {% if wishlist_url %}

{% trans 'Wishlist' %}

{% endif %} {% endif %} {% url satchmo_contact as contact_url %} {% if contact_url %}

{% trans "Contact Us" %}

{% endif %} {% satchmo_language_selection_form %} {% block recentview %} {% if recent_list %}{% recentlyviewed recent_list %}{% endif %} {% endblock recentview %} {% endblock rightnav%}
{% block content %}{% endblock %}
{% block page-close %} {% block google-tracker %} {% if shop.options.GOOGLE.ANALYTICS.value %} {% show_tracker is_secure %} {% endif %} {% endblock %} {% endblock %} {% endblock %}