{# Download history page body. Split out of history.html so the Monitoring section can embed the same markup. Everything below the toolbar is rendered by static/history.js; charts come from static/mf-charts.js (MFCharts), the same module the Statistics page uses. #}
{# Breakdown charts (by status/provider/language) for the *filtered* set, filled by loadSummary(). The KPI card row that used to sit here (Entries, Success rate, Data volume, Avg. speed, Total time) was removed. #}
{# Options are filled from /api/history/facets, so only values that actually occur are offered. #}
{{ _('Loading history...') }}
{# ===== Detail modal — same shell as the Statistics modals ===== #}