{% extends "base.html" %} {% block title %}{{ ltext('Invalid Request / طلب غير صالح') }} | {{ app_name }}{% endblock %} {% block content %}

400

{{ ltext('Your session or form token expired. Refresh the page and try again. / انتهت صلاحية الجلسة أو رمز النموذج. حدّث الصفحة ثم أعد المحاولة.') }}

{% if current_user.is_authenticated %} {{ t('back_to_dashboard') }} {% else %} {{ t('login_title') }} {% endif %}
{% endblock %}