{% extends "base.html" %} {% block title %}{{ _('TMA - Materiali Archeologici') }}{% endblock %} {% block content %}
{{ total }} {{ _('records') }}
{% if tma_list %}
{% for tma in tma_list %} {% endfor %}
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 %}
{{ _('Bulk label print') }}

{{ _('Print labels for ALL TMA records matching current filters.') }}

{{ _('Generate PDF labels (all filtered)') }}
{% else %}
{{ _('No TMA records found.') }} {{ _('Create the first one') }}
{% endif %} {% endblock %}