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