{% load i18n %}
| {% trans 'ASSET NUMBER' %} | {% trans 'DESCRIPTION' %} | {% trans 'LOCATION' %} | {% trans 'ASSIGNED TO' %} | {% trans 'NOTES' %} |
| {{ item.property_number }} | {{ item.item_template.description }} | {{ item.location }} | {{ object }} | {{ item.notes }} |