{% extends "saas/base.html" %}
{% block localheader %}
{{block.super}}
{% include "saas/_payment_head.html" %}
{% endblock %}
{% block saas_content %}
Update Bank for {{ organization }}
{% include "saas/_bank_use.html" with title="Update" %}
{% endblock %}