{% extends "base.html" %} {% block title %}{{ _('Search Results') }} - {{ results.query }}{% endblock %} {% block content %}
{{ _('Query') }}: "{{ results.query }}"
| {{ _('Name') }} | {{ _('Country') }} | {{ _('Region') }} | {{ _('Municipality') }} | {{ _('Type') }} |
|---|---|---|---|---|
| {{ site.sito }} | {{ site.nazione or '-' }} | {{ site.regione or '-' }} | {{ site.comune or '-' }} | {{ site.definizione_sito or '-' }} |
{{ _('No sites match your search.') }}
{% endif %}| {{ _('US') }}# | {{ _('Site') }} | {{ _('Area') }} | {{ _('Type') }} | {{ _('Strat.Def') }} | {{ _('Dating') }} | {{ _('Excavator') }} |
|---|---|---|---|---|---|---|
| {{ us.us }} | {{ us.sito or '-' }} | {{ us.area or '-' }} | {{ us.unita_tipo or '-' }} | {{ us.d_stratigrafica or '-' }} | {{ us.datazione or '-' }} | {{ us.schedatore or '-' }} |
{{ _('No stratigraphic units match your search.') }}
{% endif %}| {{ _('Inv') }}# | {{ _('Site') }} | {{ _('Type') }} | {{ _('Definition') }} | {{ _('US') }} | {{ _('Area') }} |
|---|---|---|---|---|---|
| {{ mat.numero_inventario }} | {{ mat.sito or '-' }} | {{ mat.tipo_reperto or '-' }} | {{ mat.definizione or '-' }} | {{ mat.us or '-' }} | {{ mat.area or '-' }} |
{{ _('No materials match your search.') }}
{% endif %}| {{ _('Username') }} | {{ _('Full Name') }} | {{ _('Email') }} | {{ _('Role') }} |
|---|---|---|---|
| {{ user.username }} | {{ user.full_name or '-' }} | {{ user.email or '-' }} | {% if user.role == 'admin' %} {{ _('Admin') }} {% elif user.role == 'editor' %} {{ _('Editor') }} {% elif user.role == 'viewer' %} {{ _('Viewer') }} {% else %} {{ user.role }} {% endif %} |
{{ _('No users match your search.') }}
{% endif %}