{% extends "base.html" %} {% block title %}سوق دراسات الجدوى{% endblock %} {% block content %}

سوق دراسات الجدوى

اكتشف دراسات جدوى جاهزة — للبيع أو الاستثمار أو الشراكة

{% if current_user.is_authenticated %} دراساتي مشترياتي + عرض دراسة {% endif %}
الكل {% for g_key, g_val in goal_info.items() %} {{ g_val.icon }} {{ g_val.label }} {% endfor %}
{% if goal %}{% endif %}
{% if featured_listings %}

⭐ دراسات مميزة

{% endif %} {% if pagination.items %}
{% for listing in pagination.items %}
{{ listing.goal_label }} {% if listing.sector %} {{ listing.sector }} {% endif %}

{{ listing.title or listing.report.project_name }}

{{ listing.preview_text or listing.description or listing.report.project_description }}

{% if listing.listing_goal in ('sell', 'license') %} {{ listing.price }} {{ listing.currency }} {% elif listing.listing_goal == 'find_investor' %} {{ listing.investment_needed }} {{ listing.currency }} {% elif listing.listing_goal == 'free' %} مجاني {% else %} {% endif %}
{% if listing.avg_rating > 0 %}⭐ {{ listing.avg_rating }}{% endif %} 👁 {{ listing.views }} {% if listing.purchases > 0 %}🛒 {{ listing.purchases }}{% endif %}
بواسطة {{ listing.user.name }} · {{ listing.created_at.strftime('%Y-%m-%d') }}
{% endfor %}
{% if pagination.pages > 1 %}
{% for p in pagination.iter_pages(left_edge=1, right_edge=1, left_current=2, right_current=2) %} {% if p %} {{ p }} {% else %} {% endif %} {% endfor %}
{% endif %} {% else %}
📊

لا توجد دراسات متاحة حالياً

{% if current_user.is_authenticated %} كن أول من يعرض دراسته! {% endif %}
{% endif %}
{% endblock %}