{% extends "base.html" %} {% block title %}{{ _('auth.register_title') }}{% endblock %} {% block content %}
Jadwa AI Logo

{{ _('auth.register_title') }}

{{ _('auth.register_subtitle') }}

{% set sectors = ['صناعي', 'تقني', 'تجاري', 'غذائي', 'طبي', 'تعليمي', 'عقاري', 'زراعي', 'سياحي', 'لوجستي'] %} {% for s in sectors %} {% endfor %}
{{ _('auth.have_account') }} {{ _('nav.login') }}
{% endblock %}