{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}

Contract

Name {{ object.name }}
Number {{ object.number|placeholder }}
Tenant {{ object.tenant|linkify|placeholder }}
Status {{ object.status|title|placeholder }}
Description {{ object.description|placeholder }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
Contract Service(s)
{% render_table service_table %}
{% endblock content %}