{% extends "base.html" %} {% block title %}Meeting Scheduler — {{ report.project_name }}{% endblock %} {% block content %}
← العودة للتقرير
MEETING SCHEDULER

جدولة الاجتماعات — {{ report.project_name }}

المستثمرين المرتبطين بهذا المشروع:

{% if contacts %}
{% for c in contacts %}
{{ c.name }} {{ c.email or '' }}
{{ c.stage }}
{% endfor %}
{% else %}

لا يوجد مستثمرين مرتبطين. أضف مستثمر

{% endif %}
COMING SOON

تكامل مع Calendly و Google Calendar لجدولة الاجتماعات تلقائياً مع المستثمرين.

{% endblock %}