{% extends 'admin-dashboard.html' %} {% block content %} {% load humanize %}

Project Details

{% if not admin.is_superuser %} {% endif %}
Filter Projects
Search & Status
Date Range
Sorting Options
Clear Filters
{% for p in prj %} {% empty %} {% endfor %}
# Project Title Target Current Amount Created Status Action
{{ forloop.counter }} {{ p.title|truncatechars:35 }} ₹{{ p.funding_goal|floatformat:2|intcomma }} ₹{{ p.current_amount|floatformat:2|intcomma }} {{ p.started_at|date:"d M, Y" }} {% if p.validity %} Completed On {{ p.closed_by|date:"d M, Y" }} {% elif p.table_status == False %} Closed Manually stopped {% else %} Ongoing {% endif %}
{% endblock %}