{{ form.hidden_tag() }}
{{ form.account_id.label }} {{ form.account_id }}
{{ form.bank.label }} {{ form.bank }}
{{ form.last_four_digits.label }} {{ form.last_four_digits }}
{{ form.active.label }} {{ form.active }}
{{ form.submit(class_="button") }}