{% extends "admin/base_site.html" %} {% load humanize %} {% block title %}IHICL Investment Dashboard{% endblock %} {% block content %}
{{ total_investors }}
{{ total_investments }}
₦{{ total_investment_amount|floatformat:2|intcomma }}
{{ new_investors }}
| Status | Count | Total Amount |
|---|---|---|
| {{ stat.status|title }} | {{ stat.count }} | ₦{{ stat.total_amount|floatformat:2|intcomma }} |
| Investor | Project | Amount | Date | Status |
|---|---|---|---|---|
| {{ investment.investor.get_full_name|default:investment.investor.username }} | {{ investment.project.title }} | ₦{{ investment.amount|floatformat:2|intcomma }} | {{ investment.date_invested|date:"M d, Y" }} | {{ investment.get_status_display }} |
| No recent investments | ||||