{% for promotion in promotions_page %}
{% render_promotion promotion %}
{% endfor %}
{% block content %}{% endblock %}
{% extends "base.html" %} {% load currency_filters %} {% load promotion_tags %} {% load category_tags %} {% load i18n %} {% block layout %}
{% 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 %}