{% extends "app/base.html" %} {% load billing_tags %} {% block content %} {% if status %}

{{ status }}

{% endif %} {% stripe_payment stripe_obj %} {% endblock %}