{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
| Name | {{ object.name }} |
|---|---|
| Number | {{ object.number|placeholder }} |
| Group | {{ object.group|linkify|placeholder }} |
| Unit | {{ object.unit }} |
| Description | {{ object.description|placeholder }} |