{% load static from staticfiles %}
{% csrf_token %}
Bank Information {% if last4 and not update_mode %}Update{% endif %} {% if last4 %}
Bank
{{bank_name}}
Account Number
{{last4}}
{% endif %} {% if not last4 or update_mode %}
{% endif %}