{% extends 'generic/object.html' %} {% load plugins %} {% load render_table from django_tables2 %} {% block breadcrumbs %} {{ block.super }}
| 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 }} |
| Tenant | {{ object.tenant }} |
| Start date | {{ object.start_date }} |
| End date | {{ object.end_date }} |
| Initial term | {{ object.initial_term }} |
| Renewal term | {{ object.renewal_term }} |
| Currency | {{ object.currency }} |
| Accounting dimensions | {{ object.accounting_dimensions }} |
| 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 }} |
| Parent | {{ object.parent.name }} |
| Documents | Documents |