{% extends "admin/base.html" %} {% block title %}{{ t('themes.title') }}{% endblock %} {% block content %} {# Normalize mode_lock: if DB has an empty string or unexpected value (e.g. leftover from early testing of this feature), treat it as 'none' so the default radio gets highlighted instead of leaving all three unchecked. #} {% set mode_lock = mode_lock if mode_lock in ('none', 'light', 'dark') else 'none' %}
{{ t('themes.subtitle') }}
{{ t('themes.upload_help') }}