{% for msg in messages %}
{% endfor%}
{% for pay in payments %}
{% for sub in sub %}
Recieved Payment Subscribers:
{{sub|length}}
{{pay.user.email}}{{pay.date}} {% if pay.status == 'Completed'%} Piad {% else %} Not Piad{% endif%} |
#{{pay.amount}} | {{pay.payment_for}} |
Subscribers List Subscribers:
{{sub|length}}
{{sub.user.email}}{{sub.date_created}} |
Revoke Subscriptions |