{# POST /api/catalog — crate::pages::analytics::ui::CatalogFragment #} {% if tables.is_empty() %}

{{ nav.tr("analytics-no-tables") }}

{% else %}

{{ nav.tr_count("analytics-tables-available", "count", tables.len() as i64) }}

{% for table in tables %}
{{ table.name }} {% if !table.links.is_empty() %} {% endif %}
{% endfor %}
{{ nav.tr("analytics-llm-context") }}

{{ nav.tr("analytics-llm-hint") }}

{{ nav.tr("analytics-copied") }}
{% endif %}