{% extends "layout.html" %} {% load staticfiles %} {% load promotion_tags %} {% load i18n %} {% block body_class %}home-page{% endblock body_class %} {% block header %} {% endblock %} {% block page_promotions %} {% endblock %} {% block content %} {% comment %} Markup on this page is somewhat temporary. Class wrappers with 'widget' are probably to be used as fancypage widgets and will be removed from here. 'homepage-carousel' and structural classes could also be included in that statement. {% endcomment %}
{% for promotion in promotions_page %} {% render_promotion promotion %} {% endfor %}

{% trans "World wide delivery" %}

{% trans "We ship worldwide from our warehouses in Melbourne, Australia and other locations depending on brand and destination." %}

{% trans "Find out more" %}

{% trans "Free shipping" %}
{% trans "For all orders over $300" %}

{% trans "We offer Free Shipping for all orders over $300*." %}

{% trans "Find out more" %}
{% for promotion in promotions_right %} {% render_promotion promotion %} {% endfor %}
{% endblock %}