{% extends "saas/base_dashboard.html" %} {% block saas_content %}

Update Card for {{organization}}

{% include "saas/_card_use.html" %}
{% endblock %} {% block saas_bodyscripts %} {% if USE_STRIPE_V2 %} {# We cannot use `if STRIPE_INTENT_SECRET` since it is loaded through the API.#} {% else %} {% endif %} {% endblock %}