{% extends "base.html" %} {% load static %} {% load humanize %} {% block title %}Investment Dashboard - IHICL Investment{% endblock %} {% block content %}
{% if performance_data %} {% endif %}{{ user.email }}
{% if user.investor_profile.telephone %}{{ user.investor_profile.telephone }}
{% endif %}{{ investment_count }} active investment{{ investment_count|pluralize }}
+{{ roi_percentage|floatformat:2 }}% ROI
Next payout: {{ next_payout_date|default:"TBD" }}
| Investment Type | Amount | Current Value | ROI | Status |
|---|---|---|---|---|
| {{ investment.investment_type }} | ₦{{ investment.amount|floatformat:2|intcomma }} | ₦{{ investment.current_value|floatformat:2|intcomma }} | +{{ investment.roi_percentage|floatformat:2 }}% | {{ investment.get_status_display }} |
You don't have any investments yet.
Explore InvestmentsNo transactions found.
No performance data available yet.
Name: {{ next_of_kin.full_name }}
Relationship: {{ next_of_kin.relationship }}
Email: {{ next_of_kin.email }}
Phone: {{ next_of_kin.phone }}
Address: {{ next_of_kin.address|linebreaksbr }}
You haven't added a next of kin yet.