{% extends "base.html" %} {% block title %}Informazioni Database{% endblock %} {% block content %}
{{ current_url }}
| Tabella | Numero Record | Descrizione |
|---|---|---|
site_table |
{{ table_counts.get('site_table', 0) }} | Siti archeologici |
us_table |
{{ table_counts.get('us_table', 0) }} | Unità stratigrafiche |
inventario_materiali_table |
{{ table_counts.get('inventario_materiali_table', 0) }} | Inventario materiali |
{{ table }}
Database raggiungibile e operativo
{{ tables|length }} tabelle trovate
{% else %}Database vuoto o incompatibile
{% endif %}{{ total_records }} record totali
{% else %}Nessun dato presente
{% endif %}