{% extends 'base.html' %} {% block title %}Pay with Stripe{% endblock %} {% block head %} {% if stripe_checkout_session_id %} {% endif %} {% endblock %} {% block content %} {% if stripe_checkout_session_id %}

REDIRECTING...

{% else %}

PAY WITH STRIPE

{% endif %} {% endblock %} {% block pagesource %}/templates/stripe.html{% endblock %}