{% block primary_content %}

{{ _("Better Stats — Settings") }}

{{ _("Back to Dashboard") }}
{# ── Global cache controls ── #}
{{ _("Cache") }}
{# ── Metrics table ── #}
{% for row in rows %} {% endfor %}
{{ _("Metric") }} {{ _("Enabled") }} {{ _("Columns") }} {{ _("Rows") }} {{ _("Access") }} {{ _("Cache TTL") }}
{{ row.title }} ({{ row.name }})
{# ── Footer actions ── #}
{% endblock %}