{% extends 'layout.html' %}
{% block title %}{{ model.title }}{% endblock %}
{% block page_body %}
{% set block_id = 'styles' %}
{% include '_shared_store.html' %}
Delivery Information
Valid delivery information not submitted
Billing Information
Valid billing information not submitted
{% include '_block_store_basket.html' %}
{% set form = model.form_delivery %}
{% set overlay_id = model.id_overlay_info_delivery %}
{% set overlay_title = 'Delivery Information' %}
{% include '_block_overlay_address.html' %}
{% set form = model.form_billing %}
{% set overlay_id = model.id_overlay_info_billing %}
{% set overlay_title = 'Billing Information' %}
{% include '_block_overlay_address.html' %}
{% set block_id = 'scripts' %}
{% include '_shared_store.html' %}
{% set block_id = 'checkout' %}
{% include '_shared_store.html' %}
{% endblock %}