{% overextends "shop/complete.html" %} {% load i18n downloads %} {% block main %}

{% trans "Thank you for shopping with us, your order is complete." %}

{% if items|is_download %}

Download your digital products here.

{% endif %}

{% trans "We've sent you a receipt via email." %}

{% trans "You can also view your invoice using one of the links below." %}


{% csrf_token %} {% if has_pdf %} {% trans "Download PDF invoice" %} {% endif %} {% trans "View invoice in your browser" %}
{% endblock %}