{% extends "checkout/preview.html" %} {% load i18n %} {% load static %} {% block place_order %} {% comment %} Overwrite this template at will in roder to met your site's requirements. {% endcomment%}
{% csrf_token %} {{ block.super }} {% block hiddenforms %} {{ block.super }} {% endblock %}
{% endblock %}