{% load i18n satchmo_category satchmo_google satchmo_util %} {% if "recentlist"|app_enabled %}{% load satchmo_recentlist %}{% endif %} {% block extra-head %}{% endblock %} {% block title %}{{ shop_name }}{% endblock %}

{{ shop_name }}

{% trans "Search" %}

{% block sidebar %}

{% trans "Shop Categories" %}

{% endblock %}

{% trans "Account Information" %}

{% if user.is_authenticated %} {% trans "Account Details" %}
{% trans "Log out" %}
{% else %} {% trans "Log in" %}
{% endif %} {% load satchmo_currency %} {% trans "Cart" %} {% if cart_count %} ({{ cart_count }} - {% spaceless %}{% if shop.options.TAX.DEFAULT_VIEW_TAX.value %} {% load satchmo_tax %}{% cart_taxed_total cart 1 %}{% else %}{{ cart.total|currency }} {% endif %}){% endspaceless %}
{% trans "Check out" %} {% endif %} {% if "wishlist"|app_enabled and user.is_authenticated %}

{% trans 'Wishlist' %}

{% endif %}

{% trans "Contact Us" %}

{% if shop.options.LANGUAGE.ALLOW_TRANSLATION.value %}

{% trans "Change language" %}

{% endif %} {% block recentview %} {% if recent_products %} {% if "recentlist"|app_enabled %}{% recentlyviewed recent_products %}{% endif %} {% endif %} {% endblock %}
{% block content %}{% endblock %}
{% block google-tracker %} {% if shop.options.GOOGLE.ANALYTICS.value %} {% show_tracker is_secure %} {% endif %} {% endblock %}