{% extends "saas/base.html" %} {% block localheader %} {{block.super}} {% include "saas/_payment_head.html" %} {% endblock %} {% block saas_content %}

Update Card for {{ organization }}

{% csrf_token %} {% include "saas/_card_use.html" with title="Update" update_mode=True %}
{% endblock %} {% block bodyscripts %} {{block.super}} {% include "saas/_payment_body.html" with update_mode=True %} {% endblock %}