{% for w in warnings %}
{# Prefer a localized human-readable label; fall back to the core
message (English) when a code has no translation yet, never the
raw CODE. #}
{%- set _key = 'warning.code.' ~ w.code -%}
{%- set _label = _(_key) -%}
{{ _label if _label != _key else w.message }}
{% endfor %}
{{ _('warning.detail_text_not_checked') }}
{% if mac_app and language_model_warning %}
{% endif %}