{% load my_tags %}

Реквизиты


{% if profile.logo and filters.show_logo %} logo {% endif %} {{ profile.get_company_name }}

{% if filters.show_profile_type %}
{% if profile.is_org %} {% if filters.show_full_name %}Полное название организации: {{ profile.full_name }}
{% endif %} {% endif %} {% if filters.show_inn %}ИНН: {{ profile.inn }}
{% endif %} {% if profile.is_org %} {% if filters.show_kpp %}КПП: {{ profile.kpp }}
{% endif %} {% endif %} {% if filters.show_ogrn %} {% if profile.is_ip %}ОГРНИП{% else %}ОГРН{% endif %}: {{ profile.ogrn }}
{% endif %} {% if filters.show_okpo %}ОКПО: {{ profile.okpo }}
{% endif %} {% if profile.is_ip %} {% if filters.show_svid_gos_reg %}Свид-во о гос. регистрации: {{ profile.svid_gos_reg }}
{% endif %} {% if filters.show_ip_reg_date %}Дата регистрации ИП: {{ profile.ip_reg_date }}
{% endif %} {% endif %}
{% endif %} {% if profile.is_org %} {% if filters.show_org_boss_title_and_fio %}
{% if profile.boss_title %}{{ profile.boss_title }}: {% endif %}{{ profile.get_boss_fio }}
{% if filters.show_na_osnovanii %}Действует на основании {{ profile.na_osnovanii }}
{% endif %}
{% endif %} {% endif %} {% if filters.show_glavbuh %}
Главный бухгалтер: {{ profile.get_glavbuh_fio }}
{% endif %} {% if filters.show_bank_account and account %}
БИК: {{ account.bik }}
Банк: {{ account.name }}, {{ account.address }}
К/с: {{ account.korr_account }}
Р/с: {{ account.account }}
{% endif %} {% if filters.show_contact_info %}
{% if filters.show_address %}Фактический адрес: {{ profile.address }}
{% endif %} {% if filters.show_jur_address %}Юридический адрес: {{ profile.jur_address }}
{% endif %} {% if filters.show_real_address %}Почтовый адрес: {{ profile.real_address }}
{% endif %} {% if filters.show_phone %}Телефон: {{ profile.get_full_phone }}
{% endif %} {% if filters.show_fax %}Факс: {{ profile.get_full_fax }}
{% endif %} {% if filters.show_email %}Электронная почта: {{ profile.email }}
{% endif %} {% if filters.show_site %}Сайт: {{ profile.site }}
{% endif %}
{% endif %}