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

Contract Service

Name {{ object.name }}
Contract {{ object.contract|linkify|placeholder }}
Tenant {{ object.contract.tenant|linkify|placeholder }}
Product {{ object.product|linkify|placeholder }}
Status {{ object.status|title|placeholder }}
Amount {{ object.amount|placeholder }}{% if object.product.unit %} {{ object.product.unit|title }}{% endif %}
Description {{ object.description|placeholder }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
Contract Service Item(s)
{% render_table item_table %}
{% endblock content %}