{% extends 'in/base.html' %} {% block content %}

User Investments

Latest Investments

{% for i in investments %} {% endfor %}
# Plan Amount Profit Returns Status Investor
{{ i.id }} {{ i.plan }} {{ i.amount }} +${{ i.returns - i.amount }} {{ i.returns }} {{ i.status }} {{ i.investor }}
{% endblock %}