{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
| Name | {{ object.name }} |
|---|---|
| Number | {{ object.number|placeholder }} |
| Tenant | {{ object.tenant|linkify|placeholder }} |
| Status | {{ object.status|title|placeholder }} |
| Description | {{ object.description|placeholder }} |