{% extends 'microsys/base.html' %} {% load static %} {% block title %}{{ MS_TRANS.options_title }}{% endblock %} {% block extra_head %} {% include "microsys/forms/assets_head.html" %} {% endblock %} {% block content %}
{{ MS_TRANS.accessibility_desc }}
| {{ MS_TRANS.server_time }}: | {{ current_time|date }} |
|---|---|
| {{ MS_TRANS.storage }}: |
{{ disk_used }}GB / {{ disk_total }}GB
|
| {{ MS_TRANS.os_info }}: | {{ os_info }} |
| {{ MS_TRANS.python_version }}: | {{ python_version }} |
| {{ MS_TRANS.django_version }}: | {{ django_version }} |
| {{ MS_TRANS.decrypter_version }}: | {{ decrypter_version }} |
| {{ MS_TRANS.drf_version }}: | {{ drf_service.version }} |
| {{ MS_TRANS.api_status }}: |
{{ api_service.label }}
{% if api_service.url %}
{% endif %}
{% if api_service.note %}
{{ api_service.note }}
{% endif %}
|
| {{ MS_TRANS.database }}: |
{{ db_service.detail }}
{{ db_service.label }}
{% if db_service.note %}
{{ db_service.note }}
{% endif %}
|
| {{ MS_TRANS.cache }}: |
{{ cache_service.detail }}
{{ cache_service.label }}
{% if cache_service.note %}
{{ cache_service.note }}
{% endif %}
|
| {{ MS_TRANS.tasks }}: |
{% if celery_service.detail %}
{{ celery_service.detail }}
{% endif %}
{{ celery_service.label }}
{% if celery_service.note %}
{{ celery_service.note }}
{% endif %}
|
| {{ MS_TRANS.microsys_version }}: | v{{ version }} |
{{ MS_TRANS.themes_desc }}
{% include 'microsys/includes/theme_previews.html' with selected_theme=user_preferences.theme|default:APP_CONFIG.default_theme picker_mode='options' %}{{ MS_TRANS.language_desc }}
{% if LANGUAGES|length > 1 %} {% include 'microsys/includes/language_previews.html' with selected_language=CURRENT_LANG picker_mode='options' languages=LANGUAGES %} {% endif %}{{ MS_TRANS.themes_desc }}
{% include 'microsys/includes/theme_previews.html' with selected_theme=user_preferences.theme|default:APP_CONFIG.default_theme picker_mode='options' %}{{ MS_TRANS.language_desc }}
{% if LANGUAGES|length > 1 %} {% include 'microsys/includes/language_previews.html' with selected_language=CURRENT_LANG picker_mode='options' languages=LANGUAGES %} {% endif %}{{ MS_TRANS.table_density_desc|default:"Control how much vertical space data tables use while you work." }}
{% include 'microsys/includes/table_density_previews.html' with selected_density=user_preferences.table_density|default:APP_CONFIG.default_table_density picker_mode='options' density_choices=MICROSYS_TABLE_DENSITIES MS_TRANS=MS_TRANS %}{{ MS_TRANS.sidebar_density_desc|default:"Control how much vertical space the sidebar navigation uses while you work." }}
{% include 'microsys/includes/sidebar_density_previews.html' with selected_density=user_preferences.sidebar_density|default:sidebar_density|default:config.sidebar.density picker_mode='options' density_choices=MICROSYS_TABLE_DENSITIES MS_TRANS=MS_TRANS %}{{ MS_TRANS.autofill_desc }}
{{ MS_TRANS.reset_desc }}
{{ MS_TRANS.system_settings_desc }}