{% extends "checkout/checkout.html" %} {% load i18n %} {% block title %}{% trans "Pay now" %}{% endblock %} {% block checkout_nav %} {% include 'checkout/nav.html' with step=4 %} {% endblock %} {% block place_order %}
{% if existing_txns %}

{% trans "We've already recorded a transaction reffering to this order." %}

{% else %}
{% csrf_token %}
{% block hiddenforms %}{% endblock %}
{% trans
{% endif %}
{% endblock place_order %}