SQL
{{ t("results.rows", n=outcome.total) }}
{% if outcome.truncated %}({{ t("results.rows_shown", n=outcome.rows|length) }}){% endif %}
{% if outcome.effective %}
{# What the database really read, once the {...} references were resolved. #}
{{ t("results.sql_sent") }}