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

{{ status }}

{% endif %} {% render_integration stripe_obj %} {% endblock %}