{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
Name | {{ object.name }} |
---|---|
External partie | {{ object.external_partie.name }} |
Internal partie | {{ object.internal_partie }} |
Start date | {{ object.start_date }} |
Initial term | {{ object.initial_term }} |
Renewal term | {{ object.renewal_term }} |
Monthly recuring costs | {{ object.mrc }} |
Non recuring costs | {{ object.nrc }} |
Invoice frequency | {{ object.invoice_frequency }} |