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