{% extends 'generic/object.html' %} {% load plugins %} {% load render_table from django_tables2 %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %}
Contract
{% if not 'tenant' in hidden_fields %} {% endif %} {% if not 'start_date' in hidden_fields %} {% endif %} {% if not 'end_date' in hidden_fields %} {% endif %} {% if not 'initial_term' in hidden_fields %} {% endif %} {% if not 'renewal_term' in hidden_fields %} {% endif %} {% if not 'accounting_dimensions' in hidden_fields %} {% endif %} {% if not 'parent' in hidden_fields %} {% endif %} {% if object.documents %} {% endif %}
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
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
Assignments
{% render_table assignments_table %}
childs
{% render_table childs_table %}
{% if perms.netbox_contract.view_invoice %}
Invoices {% if perms.netbox_contract.add_invoice %} {% endif %}
{% render_table invoices_table %}
{% endif %} {% plugin_right_page object %} {% endblock content %}