{% extends "lfs/base.html" %} {% load i18n lfs_tags %} {% block title %} {% trans 'Thank you!' %} - {{ block.super }} {% endblock %} {% block section %}thank-you{% endblock %} {% block breadcrumbs %} {% breadcrumbs _("Thank you!") %} {% endblock %} {% block wrapper %}

{% trans 'Thank you!' %}

{% trans 'Soon you will get an order confirmation via E-Mail.' %}

{% if order.get_pay_link %}

{% trans 'Please use the following link if you want to pay now' %}

{% trans 'Pay' %}

{% trans 'You will find the same link on your order confirmation' %}

{% endif %} {% endblock %} {% block google-analytics-tracking %}{% endblock %} {% block google-analytics-ecommerce %} {% google_analytics_ecommerce %} {% endblock %}