{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
Contract
Supplier {{ object.supplier }}
Description {{ object.description }}
Contract number {{ object.contract_number }}
Start of contract {{ object.start_of_contract }}
End ofcontract {{ object.end_of_contract }}
status {{ object.status }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
Devices
{% render_table device_table %}
{% endblock content %}