{% extends "base.html" %} {% block title %}{{ site.get('sito', 'Sito') }}{% endblock %} {% block content %}
{{ _('Country') }}: {{ site.get('nazione') or '-' }}
{{ _('Region') }}: {{ site.get('regione') or '-' }}
{{ _('Province') }}: {{ site.get('provincia') or '-' }}
{{ _('Municipality') }}: {{ site.get('comune') or '-' }}
{{ _('Definition') }}: {{ site.get('definizione_sito') or '-' }}
{{ _('Description') }}:
{{ site.get('descrizione') }}
| {{ _('US') }} | {{ _('Area') }} | {{ _('Description') }} | {{ _('Excavation Year') }} |
|---|---|---|---|
| {{ us.get('us') }} | {{ us.get('area') or '-' }} | {{ us.get('d_stratigrafica') or '-' }} | {{ us.get('anno_scavo') or '-' }} |
{{ _('Showing 10 of %(total)s US.', total=us_list|length) }} {{ _('View all') }}
{% endif %}{{ _('No stratigraphic units recorded.') }}
{% endif %}| {{ _('Inv. No.') }} | {{ _('Type') }} | {{ _('Definition') }} | {{ _('US') }} |
|---|---|---|---|
| {{ item.get('numero_inventario') }} | {{ item.get('tipo_reperto') or '-' }} | {{ item.get('definizione') or '-' }} | {{ item.get('us') or '-' }} |
{{ _('Showing 10 of %(total)s artifacts.', total=inventory_list|length) }} {{ _('View all') }}
{% endif %}{{ _('No artifacts recorded.') }}
{% endif %}