{% 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 has been confirmed successfully. Please check your emails to get information about the further process. {% endblocktrans %}
{{ object.help_text|safe }} {% endblock %}