{# 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) }}
{{ table.name }}
{{ link.source_column }} → {{ link.linked_table }}{% if link.required %} ({{ nav.tr("analytics-required") }}){% endif %}{{ nav.tr("analytics-llm-hint") }}
{{ nav.tr("analytics-copied") }}