{% extends "shop/base.html" %} {% load i18n %} {% load satchmo_order %} {% load satchmo_google %} {% block navbar %}
  • {% trans "Home" %}
  • {% trans "Checkout" %}
  • {% endblock %} {% block content %}

    {% trans "Thank you for your order!" %}

    {% trans 'Please print out this page as a receipt. You will also receive an email with this information.' %}

    {% order_tracking_details order %}
    {% endblock %} {% block google-tracker %} {% if shop.options.GOOGLE.ANALYTICS.value %} {% show_tracker %} {% show_receipt %} {% endif %} {% if shop.options.GOOGLE.ADWORDS.value %} {% google_adwords_sale %} {% endif %} {% endblock %}