{% extends 'senex_store/checkout/checkout.html' %} {% load i18n %} {% load currency_filters %} {% load static from staticfiles %} {% block title %}{% trans "Payment Info" %}{% endblock %} {% block checkout_progress %} {% include 'senex_store/checkout/progress.html' with step=2 %} {% endblock %} {% block page_title %}{% trans "Payment Info" %}{% endblock page_title %} {% block shipping_address %}{% endblock shipping_address %} {% block order_contents %}{% endblock order_contents %} {% block payment_details %}
{% csrf_token %}
{% endblock payment_details %}