{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
Name | {{ object.name }} |
---|---|
External partie | {{ object.external_partie.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 }} |
Non recuring costs | {{ object.nrc }} |
Invoice frequency | {{ object.invoice_frequency }} |
Documents | Documents |