{% extends "base.html" %} {% block title %}Investor CRM — Jadwa AI{% endblock %} {% block content %}
INVESTOR CRM

إدارة المستثمرين

الكل {% for s in stages %} {{ s }} {% endfor %}
{% for c in contacts %}
{{ c.name }} {{ c.company or '' }} {{ c.email or '' }}
{{ c.stage }}
{% else %}
لا يوجد مستثمرين بعد
{% endfor %}
{% endblock %}