{% extends 'dlux/base.html' %} {% load static %} {% block title %}{{ DLUX_STRINGS.options_title }}{% endblock %} {% block extra_head %} {% include "dlux/forms/assets_head.html" %} {% endblock %} {% block content %}
{{ DLUX_STRINGS.admin_panel_desc|default:'System status, updates, backups, and configuration.' }}
| {{ DLUX_STRINGS.os_info }}: | {{ os_info }} |
|---|---|
| {{ DLUX_STRINGS.decrypter_version }}: | {{ decrypter_version }} |
| {{ DLUX_STRINGS.drf_version }}: | {{ drf_service.version }} |
| {{ DLUX_STRINGS.api_status }}: |
{{ api_service.label }}
{% if api_service.url %}
{% endif %}
{% if api_service.note %}
{{ api_service.note }}
{% endif %}
|
| {{ DLUX_STRINGS.database }}: |
{{ db_service.detail }}
{{ db_service.label }}
{% if db_service.note %}
{{ db_service.note }}
{% endif %}
|
| {{ DLUX_STRINGS.cache }}: |
{{ cache_service.detail }}
{{ cache_service.label }}
{% if cache_service.note %}
{{ cache_service.note }}
{% endif %}
|
| {{ DLUX_STRINGS.email_label|default:"Email" }}: |
{{ email_service.detail }}
{{ email_service.label }}
{% if email_service.note %}
{{ email_service.note }}
{% endif %}
|
| {{ DLUX_STRINGS.tasks }}: |
{% if celery_service.detail %}
{{ celery_service.detail }}
{% endif %}
{{ celery_service.label }}
{% if celery_service.note %}
{{ celery_service.note }}
{% endif %}
|
{{ DLUX_STRINGS.system_settings_desc }}
{{ DLUX_STRINGS.accessibility_desc }}
{{ DLUX_STRINGS.options_landing_page_desc|default:"Where you land after signing in. Leave on system default to use the configured home." }}
{{ DLUX_STRINGS.themes_desc }}
{% include 'dlux/includes/theme_previews.html' with selected_theme=user_preferences.theme|default:APP_CONFIG.default_theme picker_mode='options' %}{{ DLUX_STRINGS.language_desc }}
{% if LANGUAGES|length > 1 %} {% include 'dlux/includes/language_previews.html' with selected_language=CURRENT_LANG picker_mode='options' languages=LANGUAGES %} {% endif %}{{ DLUX_STRINGS.themes_desc }}
{% include 'dlux/includes/theme_previews.html' with selected_theme=user_preferences.theme|default:APP_CONFIG.default_theme picker_mode='options' %}{{ DLUX_STRINGS.language_desc }}
{% if LANGUAGES|length > 1 %} {% include 'dlux/includes/language_previews.html' with selected_language=CURRENT_LANG picker_mode='options' languages=LANGUAGES %} {% endif %}{{ DLUX_STRINGS.typography_desc }}
{% include 'dlux/includes/font_previews.html' with selected_font=active_font option_fonts=option_fonts %}{{ DLUX_STRINGS.table_density_desc|default:"Control how much vertical space data tables use while you work." }}
{% include 'dlux/includes/table_density_previews.html' with selected_density=user_preferences.table_density|default:APP_CONFIG.default_table_density picker_mode='options' density_choices=DLUX_TABLE_DENSITIES DLUX_STRINGS=DLUX_STRINGS %}{{ DLUX_STRINGS.form_density_desc|default:"Control how much vertical space form fields use while you work." }}
{% include 'dlux/includes/form_density_previews.html' with selected_density=user_preferences.form_density|default:APP_CONFIG.appearance.default_form_density density_choices=DLUX_TABLE_DENSITIES DLUX_STRINGS=DLUX_STRINGS %}{{ DLUX_STRINGS.modal_size_desc|default:"Control the width of pop-up dialogs while you work." }}
{% include 'dlux/includes/modal_size_previews.html' with selected_size=user_preferences.modal_size|default:APP_CONFIG.appearance.default_modal_size size_choices=DLUX_MODAL_SIZES DLUX_STRINGS=DLUX_STRINGS %}{{ DLUX_STRINGS.navbar_options_desc }}
{% include 'dlux/includes/navbar_mode_previews.html' with selected_mode=user_preferences.navbar_mode|default:navbar.default_mode DLUX_STRINGS=DLUX_STRINGS %}{{ DLUX_STRINGS.sidebar_density_desc|default:"Control how much vertical space the sidebar navigation uses while you work." }}
{% include 'dlux/includes/sidebar_density_previews.html' with selected_density=user_preferences.sidebar_density|default:sidebar_density|default:config.sidebar.density picker_mode='options' density_choices=DLUX_TABLE_DENSITIES DLUX_STRINGS=DLUX_STRINGS %}{{ DLUX_STRINGS.autofill_desc }}
{{ DLUX_STRINGS.reset_desc }}