{% extends 'base.html' %} {% load bootstrap3 %} {% block content %}
{% if order.paid %} Thank you for your payment. Your order has been marked as paid. {% else %} Thank you for your payment. Your order will be marked as paid as soon as we register a callback from our payment provider.
{% endif %} {% endblock %}