{% 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.options_title }}

{{ MS_TRANS.accessibility }}

{{ MS_TRANS.accessibility_desc }}

{{ MS_TRANS.high_contrast }}
{{ MS_TRANS.grayscale }}
{{ MS_TRANS.invert }}
{{ MS_TRANS.large_text }}
{{ MS_TRANS.no_animations }}

{{ MS_TRANS.system_info }}

{% if drf_service %} {% endif %} {% if api_service %} {% endif %} {% if db_service %} {% endif %} {% if cache_service %} {% endif %} {% if celery_service %} {% endif %}
{{ 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.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 }}

{{ 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 }}

{{ MS_TRANS.language_desc }}

{% if LANGUAGES|length > 1 %} {% include 'microsys/includes/language_previews.html' with selected_language=CURRENT_LANG picker_mode='options' languages=LANGUAGES %} {% else %}
{% if CURRENT_LANG == 'ar' %} أضف لغات إضافية عبر إعدادات النظام في الصلاحيات
Add more languages via System Settings {% endif %}
{% endif %}

{{ MS_TRANS.autofill }}

{{ MS_TRANS.autofill_desc }}

{{ MS_TRANS.on_off }}

{{ MS_TRANS.reset_defaults }}

{{ MS_TRANS.reset_desc }}

{% if user.is_superuser %}
{{ MS_TRANS.system_settings_label }}
{% endif %}
{% include "microsys/forms/assets_scripts.html" %} {% endblock %}