{% extends "base.html" %} {% block title %}{{ report.project_name }}{% endblock %} {% block content %}
Investment Memo

{{ report.project_name }}

{{ report.created_at.strftime('%B %d, %Y') }}

ID: #{{ report.id }}

{% if current_user.has_premium_access %} طباعة تفصيلي {% else %} رقِّ حسابك للوصول {% endif %} {% if current_user.has_premium_access %} {% else %} أدوات التحليل (للمشتركين) {% endif %}

EXECUTIVE SUMMARY SYNOPSIS

{{ report.project_description }}

{{ 'Currency View' if not is_rtl else 'عرض العملة' }}
1 USD ≈ 3.75 SAR
{% if current_user.has_premium_access %} {% endif %}
{{ report.full_report_html | safe }}
{% endblock %}