{% load static %} {% load humanize %} {% if user.institution.institution_img %} {% else %} {% endif %} Admin Dashboard | {{ admin.email }}
{% block content %}

Admin Dashboard

Total Projects

{{ context.all_prj }}

Projects

Successful Projects

{{ context.cmp_prj }}

Projects

Closed Projects

{{ context.cls_prj }}

Projects

Failed Projects

{{ context.fail_prj }}

Projects

Total Transactions

{{ context.all_tra }}

Transactions

Verified Transactions

{{ context.ver_tra }}

Transactions

Unverified Transactions

{{ context.unver_tra }}

Transactions

Rejected Transactions

{{ context.rej_tra }}

Transactions

Ongoing Projects

{% for p in context.lst_prj %} {% empty %} {% endfor %}
# Project Title Target Current Created At Status Action
{{ forloop.counter }} {{ p.title }} ₹{{ p.funding_goal|floatformat:2|intcomma }} ₹{{ p.current_amount|floatformat:2|intcomma }} {{ p.started_at|date:"d M, Y" }} {% if p.table_status == False %} Closed {% else %} Ongoing {% endif %}
No projects found matching the criteria.
{% endblock %}