{% load cms_tags sekizai_tags i18n %} {% trans "An unknown error has occurred. Please try again, or notify us if you continue to have an issue." as unknown_error %}
{# These div elements are the placeholder elements that are replaced by the SqPaymentForm's iframes. #}
{% trans "Pay Now with Square" %}
{# After the SqPaymentForm generates a card nonce, *this* form POSTs the generated card nonce to your application's server. #}
{% csrf_token %} {# Whenever a nonce is generated, it's assigned as the value of this hidden input field. #} {% if user.is_authenticated %} {% endif %} {% if registration %} {% elif invoice %} {% endif %}
{% addtoblock "js" %} {% endaddtoblock %} {% addtoblock "js" %} {% endaddtoblock %} {% addtoblock "css" %} {% endaddtoblock %}