{% extends "themis/base.html" %} {% block title %}Settings — {{ themis_app_name }}{% endblock %} {% block content %}

Settings

{% csrf_token %}

Timezone

Set your home timezone. If you're traveling, set a current timezone and times will display in both zones.

{{ form.home_timezone }}
{{ form.current_timezone }}

Display Preferences

{{ form.date_format }}
{{ form.time_format }}
{{ form.thousand_separator }}
{{ form.week_start }}

Theme

{{ form.theme_mode }}
{{ form.theme_name }}
{{ form.dark_theme_name }}

Notifications

Control how you receive in-app notifications.

{{ form.notifications_min_level }}
{{ form.notification_retention_days }}
{% endblock %}