{% trans "Name" %} |
{{ object.name }} |
{% trans "External partie type" %} |
{{ object.external_partie_object_type }} |
{% trans "External partie" %} |
{{ object.external_partie_object.name }}
|
{% trans "Status" %} |
{{ object.status }} |
{% trans "External reference" %} |
{{ object.external_reference }} |
{% trans "Internal partie" %} |
{{ object.internal_partie }} |
{% if not 'tenant' in hidden_fields %}
{% trans "Tenant" %} |
{{ object.tenant }} |
{% endif %}
{% if not 'start_date' in hidden_fields %}
{% trans "Start date" %} |
{{ object.start_date }} |
{% endif %}
{% if not 'end_date' in hidden_fields %}
{% trans "End date" %} |
{{ object.end_date }} |
{% endif %}
{% if not 'initial_term' in hidden_fields %}
{% trans "Initial term" %} |
{{ object.initial_term }} {% trans "month" %} |
{% endif %}
{% if not 'renewal_term' in hidden_fields %}
{% trans "Renewal term" %} |
{{ object.renewal_term }} {% trans "month" %} |
{% endif %}
{% if not 'notice_period' in hidden_fields %}
{% trans "Notice period" %} |
{{ object.notice_period }} {% trans "days" %} |
{% endif %}
{% trans "Currency" %} |
{{ object.currency }} |
{% if not 'accounting_dimensions' in hidden_fields %}
{% trans "Accounting dimensions" %} |
{{ object.accounting_dimensions }} |
{% endif %}
{% trans "Monthly recuring costs" %} |
{{ object.mrc }} |
{% trans "Yearly recuring costs" %} |
{{ object.yrc }} |
{% trans "calculated corresponding Yearly or Monthly value" %} |
{{ object.calculated_rc }} |
{% trans "Non recuring costs" %} |
{{ object.nrc }} |
{% trans "Invoice frequency" %} |
{{ object.invoice_frequency }} |
{% if not 'parent' in hidden_fields %}
{% trans "Parent" %} |
{{ object.parent.name }}
|
{% endif %}
{% if object.documents %}
{% trans "Documents" %} |
{% trans "Documents" %}
|
{% endif %}