{% extends "checkout/layout.html" %} {% load currency_filters %} {% load i18n %} {% block title %} {% trans "Checkout gateway" %} | {{ block.super }} {% endblock %} {% block checkout-nav %} {% include 'checkout/nav.html' with step=0 %} {% endblock %} {% block content %}