{% for promotion in promotions_page %}
{% render_promotion promotion %}
{% endfor %}
{% block content %}{% endblock %}
{% extends "base.html" %} {% load currency_filters %} {% load promotions %} {% load category_tags %} {% block layout %}
Oscar // Flexible e-commerce for Django
{% if user.is_authenticated %} Profile Logout {% else %} Login {% endif %} Basket total: {{ basket.total_incl_tax|currency }} View basket {% category_tree depth=2 as categories %} {% if categories %}