diff --git a/templates/supplier_app/taxpayer-details.html b/templates/supplier_app/taxpayer-details.html index 7847b36..660cdb0 100644 --- a/templates/supplier_app/taxpayer-details.html +++ b/templates/supplier_app/taxpayer-details.html @@ -13,142 +13,223 @@ {% include 'messages_notification.html' %}
-
+ {% trans "Status" %}:
+
+
{{ taxpayer.get_taxpayer_state_display}}
- {% if taxpayer.workday_id%} - {{taxpayer.workday_id}} - {% else %} - {% trans "No workday id" %} - {% endif%} -
+{% trans "Workday id" %}:
++ {% if taxpayer.workday_id%} + {{taxpayer.workday_id}} + {% else %} + {% trans "No workday id" %} + {% endif%} +
{{taxpayer.business_name}}
+ +{% trans "Business name" %}:
+{{taxpayer.business_name}}
{{taxpayer.cuit}}
+ +{% trans "Taxpayer Identification Number" %}:
+{{taxpayer.cuit}}
{{taxpayer.get_payment_type_display}}
+{% trans "Payment Type" %}:
+{{taxpayer.get_payment_type_display}}
{{taxpayer.payment_term}}
+ +{% trans "Payment Term" %}:
+{{taxpayer.payment_term}}
{% trans "EB entities" %}:
{% for eb_entity in taxpayer.eb_entities%} -{{eb_entity}}
- {% endfor%} +{{eb_entity}}
+ {% endfor%} +{% trans "Country" %}:
+{{taxpayer.country}}
+{% trans "Files" %}:
+{{taxpayer.country}}
+ +{% trans "Contact person" %}:
+{{taxpayer_contact.contact_person}}
+{% trans "Phone number" %}:
+{{taxpayer_contact.phone_number}}
+{% trans "Email" %}:
+{{taxpayer_contact.email}}
{% trans "Web site" %}:
+{{taxpayer_contact.website}}
{% trans "Street"%}:
+{{taxpayer_address.street}}
+{% trans "Number"%}:
+{{taxpayer_address.number}}
+{% trans "City"%}:
+{{taxpayer_address.city}}
+{% trans "Zip_Code"%}:
+{{taxpayer_address.zip_code}}
+{% trans "State"%}:
+{{taxpayer_address.state}}
+{% trans "Country"%}:
+{{taxpayer_address.country}}
{% trans "Bank name" %}:
{{taxpayer_bank_account.get_bank_info_display}}
{% trans "Beneficiary" %}:
{{taxpayer_bank_account.bank_beneficiary}}
{% trans "Bank account type" %}:
{{taxpayer_bank_account.get_bank_account_type_display}}
{% trans "Bank transaction type" %}:
{{taxpayer_bank_account.get_bank_transaction_type_display}}
{% trans "Taxpayer condition" %}:
{{taxpayer.get_taxpayer_condition_display}}
{% trans "Bank code" %}:
{{taxpayer_bank_account.bank_info}}
{% trans "Account number" %}:
{{taxpayer_bank_account.bank_account_number}}
{% trans "Files" %}:
@@ -229,115 +310,6 @@{{taxpayer_contact.contact_person}}
-{{taxpayer_contact.phone_number}}
-{{taxpayer_contact.email}}
-{{taxpayer_contact.website}}
-{{taxpayer_address.street}}
-{{taxpayer_address.number}}
-{{taxpayer_address.city}}
-{{taxpayer_address.zip_code}}
-{{taxpayer_address.state}}
-{{taxpayer_address.country}}
-