{% extends "admin/base_site.html" %} {% load admin_urls %} {% load i18n %} {% block title %}{{ original }}{% endblock %} {% block breadcrumbs %}{{ block.super }}{% endblock %} {% block content %} {% if question %}

{{ prepay_message }}

Please pay with {{ test | safe }} Card.

We do not store your card detail. Our PCI DSS compliant gateway service provider interfaces your card directly
with your bank. If payment is successful they respond to us with the last four digits of your card number. We store
that in case we need to report to you which card you used.
  (PCI DSS = Payment Card Industry Data Security Standard)

 

{% csrf_token %} {% if form.errors or form.non_field_errors %} {{ form.errors }} {{ form.non_field_errors }} {% endif %} {% for field in form %} {% if field.name == "question_id" %} {% else %} {{ field }} {% endif %} {% endfor %}
{% endif %} {% endblock %}