{% extends "base.html" %} {% block title %}أكمل التسجيل - Jadwa AI{% endblock %} {% block content %}
Jadwa AI Logo

أكمل معلومات حسابك

تم ربط حساب Gmail بنجاح

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
{% if google_name %} Google {% else %} {% endif %}

{{ google_email }}

حساب Google مرتبط

يجب أن تكون 8 أحرف على الأقل

{% endblock %}