{% extends 'core/base.html' %} {% load i18n material_form %} {% block page_title %} {{ object.title }} {% endblock %} {% block browser_title %} {{ object.title }} {% endblock %} {% block content %}
{% 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 }}