{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
Contract
{% if object.documents %} {% endif %}
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
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
Circuits
{% render_table circuit_table %}
Invoices
{% render_table invoices_table %}
{% endblock content %}