{% extends 'core/base.html' %} {% load i18n material_form %} {% block page_title %} {{ object.title }} {% endblock %} {% block browser_title %} {{ object.title }} {% endblock %} {% block content %}
{% include "order/breadcrumbs.html" with step=4 %}

{% trans "Thank you!" %}

{% blocktrans %} Your order was submitted successfully. Please check your emails and confirm your order by clicking the link sent to you. {% endblocktrans %}

{{ object.help_text|safe }}
{% endblock %}