{% extends 'app/base.html' %} {% load crispy_forms_tags %} {% block content %}

Bill amount: ${{ amount }}

{% if response %}
×

Response:

{{ response }}

{% endif %}
{% csrf_token %}
Using Payment Backend: {{ title }} {{ form|crispy }}
{% endblock %}