{% extends "base.html" %} {% block title %}{{ _('Database Information') }}{% endblock %} {% block content %}
{{ current_url }}
| {{ _('Table') }} | {{ _('Number of Records') }} | {{ _('Description') }} |
|---|---|---|
site_table |
{{ table_counts.get('site_table', 0) }} | {{ _('Archaeological sites') }} |
us_table |
{{ table_counts.get('us_table', 0) }} | {{ _('Stratigraphic units') }} |
inventario_materiali_table |
{{ table_counts.get('inventario_materiali_table', 0) }} | {{ _('Material inventory') }} |
{{ table }}
{{ _('Database reachable and operational') }}
{{ tables|length }} {{ _('tables found') }}
{% else %}{{ _('Empty or incompatible database') }}
{% endif %}{{ total_records }} {{ _('total records') }}
{% else %}{{ _('No data present') }}
{% endif %}