{% extends "checkout/checkout.html" %} {% load i18n %} {% block checkout_title %}{{ form.payment_method.label }}{% endblock %} {% block checkout_nav %} {% include 'checkout/nav.html' with step=3 %} {% endblock %} {% block content %} {% if error %}
{{ error }}
{% endif %}
{% csrf_token %} {% if form.payment_method.errors %}{{ form.payment_method.errors }}{% endif %}

{% endblock %}