Latest Investments
# | Plan | Amount | Profit | Returns | Status | Investor |
---|---|---|---|---|---|---|
{{ i.id }} | {{ i.plan }} | {{ i.amount }} | +${{ i.returns - i.amount }} | {{ i.returns }} | {{ i.status }} | {{ i.investor }} |
{% extends 'in/base.html' %} {% block content %}
# | Plan | Amount | Profit | Returns | Status | Investor |
---|---|---|---|---|---|---|
{{ i.id }} | {{ i.plan }} | {{ i.amount }} | +${{ i.returns - i.amount }} | {{ i.returns }} | {{ i.status }} | {{ i.investor }} |