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