{% extends "base.html" %} {% block title %}{{ _('Material Inventory') }}{% endblock %} {% block content %}
| {{ _('Inventory No.') }} | {{ _('Site') }} | {{ _('Type') }} | {{ _('Definition') }} | US | {{ _('Weight (g)') }} | {{ _('Actions') }} |
|---|---|---|---|---|---|---|
| {{ item.numero_inventario }} | {{ item.sito }} | {{ item.tipo_reperto or '-' }} | {{ item.definizione or '-' }} | {{ item.us or '-' }} | {{ item.peso or '-' }} | {{ _('Edit') }} |
{{ _('Total') }}: {{ total }} {{ _('artifacts') }}
{% else %}