{% extends 'core/base.html' %} {% load widget_tweaks %} {% block content %}
{% csrf_token %}
Process Payment
{% for field in form %}
{{ field | add_class:"form-control"}} {% if field.help_text %} {{ field.help_text|safe }} {% endif %}
{% endfor %}
{% endblock %}