{% comment %}
WS5.12 — Language switcher, disabled for now (English is the default;
re-enable once FR/AR/PT translations are ready). POSTs to Django's
set_language so the choice persists in the user's session.
{% endcomment %}
{% comment %}
{% get_current_language as CURRENT_LANG %}
{% translate "Language" %}
{% for lang_code, lang_name in LANGUAGES %}
{% endfor %}
{% endcomment %}
{# Admin panel — staff only #}
{% if user.is_staff or perms.core.manage_users %}