{% load pages_tags mezzanine_tags i18n shop_tags %} {% block meta_title %}{% endblock %} {% block extra_head %}{% endblock %}
{% page_menu "pages/menus/primary.html" %}
{% page_menu "pages/menus/tree.html" %}

{% block title %}{% endblock %}

{% block main %}{% endblock %}
{% include "includes/search.html" %} {% if settings.SHOP_CHECKOUT_ACCOUNT_ENABLED %}
{% if request.user.is_authenticated %} {% trans "Logged in as: " %}{{ request.user.username }} / {% trans "Log out" %} {% else %} {% trans "Log in or sign up" %} {% endif %}
{% endif %} {% block right_panel %} {% include "twitter/tweets.html" %} {% endblock %}

{% trans "Powered by" %} Mezzanine
{% trans "View Mobile Site." %}

{% page_menu "pages/menus/footer.html" %}
{% include "includes/footer_scripts.html" %}