{% load i18n %}
{% csrf_token %}
{{ bank_form.bank_name }} {{ bank_form.bank_name.errors }}
{{ bank_form.account_number }} {{ bank_form.account_number.errors }}
{{ bank_form.branch }} {{ bank_form.branch.errors }}
{{ bank_form.any_other_code1 }} {{ bank_form.any_other_code1.errors }}
{{ bank_form.address }} {{ bank_form.address.errors }}
{{ bank_form.country.errors }}
{{ bank_form.state.errors }}
{{ bank_form.city }} {{ bank_form.city.errors }}
{{ bank_form.any_other_code2 }} {{ bank_form.any_other_code2.errors }}