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