{% extends "base.html" %} {% block title %}{{ t('settings') }} | {{ app_name }}{% endblock %} {% block content %}

{{ ltext('System Settings / إعدادات النظام') }}

{{ ltext('Configure upload policy, numbering, sessions, email, Telegram, MFA, and security controls. / اضبط سياسة الرفع والترقيم والجلسات والبريد وتيليجرام وMFA وضوابط الحماية.') }}

{{ ltext('Use English / العربية in display labels such as the application name or MFA issuer if you want the visible text to switch with the selected language. / استخدم English / العربية في العناوين الظاهرة مثل اسم التطبيق أو اسم MFA إذا أردت أن يتبدل النص مع اللغة المختارة.') }}
{{ form.hidden_tag() }}
{{ form.submit(class="button") }}
{% endblock %}