{% extends "base.html" %} {% block title %}حاضنات الأعمال — {{ report.project_name }}{% endblock %} {% block content %}
INCUBATOR APPLICATION

التقديم لحاضنات الأعمال

الحاضنات والمسرعات المتاحة

{% for inc in incubators %}

{{ inc.name }}

{{ inc.name_ar }}

{{ inc.city }}

الموقع
{% endfor %}
{% if partners %}

شركاء متكاملون (API)

{% for p in partners %}
{% if p.logo_url %}{% endif %}

{{ p.name }}

متكامل عبر API — تقديم مباشر

{% endfor %}
{% endif %} {% if applications %}

طلباتك

{% for app in applications %}
{{ app.incubator_name }} {{ app.created_at.strftime('%Y-%m-%d') }} {{ app.status }} {% if app.response_status %} {{ app.response_status }} {% endif %}
تعديل →
{% endfor %}
{% endif %}
{% endblock %}