Наименование{% if form.name.field.required %}*{% endif %}:
{{ form.name }}
{% if not is_ajax %}{{ form.name.errors }}{% endif %}
ИНН{% if form.inn.field.required %}*{% endif %}:
{{ form.inn }}
{% if not is_ajax %}{{ form.inn.errors }}{% endif %}
КПП{% if form.kpp.field.required %}*{% endif %}:
{{ form.kpp }}
{% if not is_ajax %}{{ form.kpp.errors }}{% endif %}
ОГРН{% if form.ogrn.field.required %}*{% endif %}:
{{ form.ogrn }}
{% if not is_ajax %}{{ form.ogrn.errors }}{% endif %}
ОКПО{% if form.okpo.field.required %}*{% endif %}:
{{ form.okpo }}
{% if not is_ajax %}{{ form.okpo.errors }}{% endif %}
Юр. адрес{% if form.address.field.required %}*{% endif %}:
{{ form.address }}
{% if not is_ajax %}{{ form.address.errors }}{% endif %}
БИК{% if form.bank_bik.field.required %}*{% endif %}:
{{ form.bank_bik }}
{% if not is_ajax %}{{ form.bank_bik.errors }}{% endif %}
Наименование банка{% if form.bank_name.field.required %}*{% endif %}:
{{ form.bank_name }}
{% if not is_ajax %}{{ form.bank_name.errors }}{% endif %}
{% comment %}
Местонахождение{% if form.bank_address.field.required %}*{% endif %}:
{{ form.bank_address }}
{% if not is_ajax %}{{ form.bank_address.errors }}{% endif %}
{% endcomment %}
К/сч.{% if form.bank_korr_account.field.required %}*{% endif %}:
{{ form.bank_korr_account }}
{% if not is_ajax %}{{ form.bank_korr_account.errors }}{% endif %}
Р/сч.{% if form.bank_account.field.required %}*{% endif %}:
{{ form.bank_account }}
{% if not is_ajax %}{{ form.bank_account.errors }}{% endif %}