{% extends "_base.html" %} {% block main %} {% for n in checkout.nav.order %} {% if n.current %}{% endif %} {% if n.accessible %}{{ n.label }}{% else %}{{ n.label }}{% endif %} {% if n.current %}{% endif %} {% endfor %} {{ checkout.step }} {% block checkout %}{% endblock %} {% endblock %}