{% 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 %} {% for banner in banners %} {{ banner.get_banner_html|safe }} {% endfor %} Add a: promotion / merchandising block to this page. Basket total: {{ basket.total_incl_tax|currency }} View basket {% block header %} {% endblock %}