{% 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 %}
{% endif %}