{% extends "base.html" %} {% block title %}{{ _('TMA - Materiali Archeologici') }}{% endblock %} {% block content %}
| ID | {{ _('Site') }} | {{ _('Box (Cassetta)') }} | {{ _('Area') }} | US | {{ _('Inventory') }} | {{ _('Material (OGTM)') }} | {{ _('Chronology') }} | {{ _('Actions') }} |
|---|---|---|---|---|---|---|---|---|
| {{ tma.id }} | {{ tma.sito or '-' }} | {{ tma.cassetta or '-' }} | {{ tma.area or '-' }} | {{ tma.dscu or '-' }} | {{ tma.inventario or '-' }} | {{ tma.ogtm or '-' }} | {{ tma.dtzg or '-' }} |
{{ _('Total') }}: {{ total }} — {{ _('Page') }} {{ page }}/{{ total_pages }}
{% if total_pages > 1 %} {% endif %}{{ _('Print labels for ALL TMA records matching current filters.') }}
{{ _('Generate PDF labels (all filtered)') }}