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

Contract Service Item

Service {{ object.service|linkify|placeholder }}
Tenant {{ object.service.contract.tenant|linkify|placeholder }}
Object Type {{ object.content_type|placeholder }}
Object {{ object.content_object|linkify }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock content %}