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