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