{% 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 %}
{% trans "Continue to confirmation" %}