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