{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% block breadcrumbs %} {{ block.super }}
| Name | {{ object.name }} |
|---|---|
| Purchase | {{ object.purchase|linkify }} |
| Receiving Contact | {{ object.receiving_contact|linkify|placeholder }} |
| Date | {{ object.date|annotated_date|placeholder }} |
| Description | {{ object.description|placeholder }} |
| Assets | {{ asset_count }} |