{% extends "base.html" %} {% block title %}مواقعي{% endblock %} {% block content %}

مواقع المشاريع

{% if websites %}
{% for site in websites %}

{{ site.report.project_name if site.report else 'N/A' }}

{{ site.subdomain }}.jadwaai.com {% if site.custom_domain %} | {{ site.custom_domain }}{% endif %}
{{ site.status }}
{% if site.status == 'active' and not site.custom_domain %}
{% endif %}
{% endfor %}
{% else %}
🌐

لا توجد مواقع بعد. أنشئ دراسة جدوى ثم اضغط "إنشاء موقع".

{% endif %}
{% endblock %}