{% extends 'admin_dash/base.html' %} {% load static %} {% load humanize %} {% block content %}
{% for msg in messages %} {% endfor%}
Recieved Payment Subscribers: {{sub|length}}
{% for pay in payments %} {% endfor %}
customer image
{{pay.user.email}}
{{pay.date}} {% if pay.status == 'Completed'%} Piad {% else %} Not Piad{% endif%}
#{{pay.amount}} {{pay.payment_for}}
Subscribers List Subscribers: {{sub|length}}
{% for sub in sub %} {% endfor %}
customer image
{{sub.user.email}}
{{sub.date_created}}
Revoke Subscriptions
{% endblock content %}