{% include "ControlPanelHeader.html.twig" %}
{% if user.partner.status != "disapprove" %} {% if user.partner.status == "Pending" %} {% endif %} {% endif %}

عدد المستخدمين الذين قامو بالتحميل لشهر {{month }}: {{totalPerMonth}}

  • #
    اسم البحث
    عدد التحميلات
  • {% for key,research in researchs %}
  • {{ loop.index }}
    {{research[0]}}
  • {% endfor %}

المجموع الحالي: {{total}}

المبلغ الحالي: {{ total * money_per_download}}


{% if payments is empty %} لايوجد دفعات سابقة. {% else %}
    {% for payment in payments|slice(0 , 10) %}
  1. تم دفع {{payment.totalMoney }} ليرة سورية مقابل {{payment.numberOfDownloads }} تحميل بتاريخ {{payment.createdAt|date()}}
    الحالة: {% if payment.status %} تم استلامها {% else %} لم يتم استلامها بعد {% endif %}
  2. {% endfor %}
{% endif %}
{% if user.partner.frontPrivateCardImage is not null and user.partner.backPrivateCardImage is not null %}
{% endif %}