دراسة جدوى
{{ report.project_name }}
{{ report.created_at.strftime('%Y-%m-%d') }}
|
ID: #{{ report.id }}
|
Jadwa AI
{% set score = report.viability_score %}
{% set verdict = report.verdict or '' %}
{{ verdict if verdict else 'تقييم الجدوى' }}
{% if score %}
{{ score }} / 100
{% endif %}
{% if report.synthesis_result and report.synthesis_result.get('executive_summary') %}
{{ report.synthesis_result.get('executive_summary', '')[:300] }}
{% endif %}
{% if clean_report_html %}
{{ clean_report_html | safe }}
{% endif %}