|
|
|
@ -112,7 +112,7 @@ |
|
|
|
<td colspan="8" class="bottom bottom_border"> |
|
|
|
<td colspan="8" class="bottom bottom_border"> |
|
|
|
{% if not obj.sender %} |
|
|
|
{% if not obj.sender %} |
|
|
|
{{ profile.get_company_name|safe }}, {{ profile.address|safe }}, |
|
|
|
{{ profile.get_company_name|safe }}, {{ profile.address|safe }}, |
|
|
|
ИНН {{ profile.inn }}, КПП {% if profile.kpp %}{{ profile.kpp }}{% endif %},{% if profile.get_full_phone %} тел. {{ profile.get_full_phone }},{% endif %} |
|
|
|
ИНН {{ profile.inn }}, {% if profile.kpp %}КПП {{ profile.kpp }},{% endif %} {% if profile.get_full_phone %} тел. {{ profile.get_full_phone }},{% endif %} |
|
|
|
р/с {{ obj.bank_account.account }} в {{ obj.bank_account.name|safe }}, |
|
|
|
р/с {{ obj.bank_account.account }} в {{ obj.bank_account.name|safe }}, |
|
|
|
БИК {{ obj.bank_account.bik }}, |
|
|
|
БИК {{ obj.bank_account.bik }}, |
|
|
|
к/с {{ obj.bank_account.korr_account }} |
|
|
|
к/с {{ obj.bank_account.korr_account }} |
|
|
|
|