{% extends 'settings/base.html' %} {% load i18n %} {% load static %} {% load custom_filters %} {% block title %}| {% blocktrans %}Settings{% endblocktrans %} | {% blocktrans %}Appearance{% endblocktrans %}{% endblock %} {% block content-title %}{% blocktrans %}Appearance{% endblocktrans %}{% endblock %} {% block settings_content %}

{% blocktrans %}The appearance of the application influences your visual health and the autonomy of your device. The dark theme is recommended at night and is more efficient on devices with OLED screens.{% endblocktrans %}

{% csrf_token %}
{% for radio in form.mode %}
{{ radio.tag }}
{% endfor %}
{% endblock %}