{% extends "oscar/layout.html" %} {% load i18n %} {% block extrahead %} {% endblock %} {% block content %}
{%csrf_token%}

{% trans "Enter the following information you used for this order" %}

{{form.as_p}}
{% endblock %}