{% extends "auth/layout.html" %} {% block title %}{{ t('login_title') }} | {{ app_name }}{% endblock %} {% block auth_stage_intro %}

{{ ltext('Please sign in to access your account and manage service requests efficiently. / يرجى تسجيل الدخول للوصول إلى حسابك وإدارة طلبات الخدمة بكفاءة.') }}

{% endblock %} {% block content %}
{{ form.hidden_tag() }} {{ form.submit(class="button auth-submit") }}
{% endblock %}