{% extends 'base.html' %} {% load i18n %} {% block meta_title %} {{ order.printable_name }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block search %} {% endblock %} {% block content %}
{% trans 'Thank you for your order!' %}
{% trans 'Your order' %} #{{ order.id }} {% trans 'from' %} {{ order.created|date:'d E Y' }} {% trans 'successfully accepted.' %}
{% trans 'Our manager will get back to you in a work time.' %}
{% trans 'Thank you for being with us.' %}
{% if order.is_paynow_form_visible and checkout_form %}
{{ checkout_form }}
{% endif %}
{% endblock %}