{% extends "oscar/base.html" %} {% load currency_filters %} {% load category_tags %} {% load i18n %} {% block layout %} {% block content_wrapper %}
{% trans "Oscar // Flexible e-commerce for Django" %}
{% if user.is_authenticated %} {% trans "Profile" %} {% trans "Logout" %} {% else %} {% trans "Login" %} {% endif %} {% blocktrans with total=basket.total_incl_tax|currency %}Basket total: {{ total }}{% endblocktrans %} {% trans "View basket" %} {% category_tree depth=2 as categories %} {% if categories %}