{% extends "saas/base.html" %}
{% block localheader %}
{{block.super}}
{% include "saas/_payment_head.html" %}
{% endblock %}
{% block saas_content %}
Update Card for {{ organization }}
{% endblock %}
{% block bodyscripts %}
{{block.super}}
{% include "saas/_payment_body.html" with update_mode=True %}
{% endblock %}