{% extends "base.html" %} {% block title %}{{ asset_info.label_ar }} — {{ report.project_name }}{% endblock %} {% block content %}
{% if not shared %} {% endif %}
{{ asset_info.label_en }}

{{ asset_info.icon }} {{ asset_info.label_ar }}

{{ report.project_name }}

{% include "study/_share_btn.html" %} {% if not shared %} ⬇ تحميل {% endif %}
{% if is_html and html_content %}
{{ html_content | safe }}
{% elif asset_type == "audio" %}
🎧

ملخص صوتي

استمع للملخص الصوتي لدراسة الجدوى

{% elif asset_type == "video" %}
{% elif asset_type == "report" %}
{% elif asset_type == "infographic" %}
إنفوجرافيك
{% elif asset_type == "slide_deck" %}

إذا لم يظهر العرض، اضغط هنا لفتحه في نافذة جديدة

{% endif %}
{% endblock %}