{% extends "base.html" %} {% load currency_filters %} {% load promotion_tags %} {% load category_tags %} {% block layout %} {% include "partials/nav_accounts.html" %}
{% include "partials/brand.html" with hide_basket=1 %}
{% include "partials/nav_checkout.html" %}
{% include 'partials/alert_messages.html' %} {% block header %}{% endblock %}
{% block checkout-nav %} {% endblock %} {% block modal %} {% load flatpages %} {% get_flatpages '/order/' as flatpages %} {% for page in flatpages %} {% endfor %} {% endblock %} {% block content %}{% endblock %}
{% for promotion in promotions_page %} {% render_promotion promotion %} {% endfor %}
{% include "partials/footer_checkout.html" %} {% endblock %} {% block extrascripts %} {{ block.super }} {% endblock %}