{% extends "base.html" %} {% block title %}تم إنشاء الحساب بنجاح - Jadwa AI{% endblock %} {% block content %}
1
2
3

تم إنشاء حسابك بنجاح!

مرحباً بك في منصة Jadwa AI. يمكنك الآن البدء في استكشاف جميع ميزات المنصة.

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} الذهاب إلى لوحة التحكم
{% endblock %}