{{ _('Branding') }}

{% if message %} {% endif %} {% if error %} {% endif %} {% set light_mode_label = _('Light mode') %} {% set dark_mode_label = _('Dark mode') %}

{{ _('Color Themes') }}

{{ _('Choose between the classic color theme and the new enterprise variant.') }}

{% for scheme in color_schemes %} {% set scheme_id = scheme.id|replace(' ', '-') %} {% set content_id = 'branding-theme-content-' ~ scheme_id %}

{{ _(scheme.label) }}

{{ _(scheme.description) }}

{{ _(scheme.label) }}

{{ _('Light') }}

{% for color in scheme.light_palette %}
{{ color.label }}
{{ color.value }}
{% endfor %}
{% if scheme.dark_palette %}

{{ _('Dark') }}

{% for color in scheme.dark_palette %}
{{ color.label }}
{{ color.value }}
{% endfor %}
{% endif %}
{% if scheme.id == current_color_scheme %} {{ _('Active theme') }} {% else %} {{ _('Ready to activate') }} {% endif %}
{% endfor %}

{{ _('Dashboard logos') }}

{{ _('Upload separate logos for light and dark modes. Supported formats: PNG, JPG, GIF, SVG or WEBP. Maximum file size: {size_kb} KB.', size_kb=(max_file_size // 1024)) }}

{{ _('Logo for the {mode}', mode=light_mode_label) }}

{{ _('This logo is used when the light display mode is active.') }}

{% if logo_light_url %}

{{ _('Current logo ({mode}):', mode=light_mode_label) }}

{{ _('Current logo for the {mode}', mode=light_mode_label) }}
{% endif %}
{% if logo_light_url %}
{% endif %}

{{ _('Logo for the {mode}', mode=dark_mode_label) }}

{{ _('This logo is displayed when the dark display mode is selected.') }} {% if logo_dark_fallback %}
{{ _('If no logo is set here, the {mode} logo is used automatically.', mode=light_mode_label) }} {% endif %}

{% if logo_dark_url %}

{{ _('Current logo ({mode}):', mode=dark_mode_label) }}

{{ _('Current logo for the {mode}', mode=dark_mode_label) }}
{% elif logo_light_url %}

{{ _('Currently using the {mode} logo.', mode=light_mode_label) }}

{{ _('Current logo for the {mode}', mode=light_mode_label) }}
{% endif %}
{% if logo_dark_url %}
{% endif %}