{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
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 }} |