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

Current Trades

My Trades

{% for i in investments %} {% endfor %}
Plan # Plan Amount Traded Profit Expected Returns Status Started On Period Time left
{{ i.id }} {{ i.plan }} {{ i.amount }} {{ i.returns - i.amount }} {{ i.returns }} {{ i.status }} {{ i.started_on }} {{ i.period }} {{ i.time_left }} days
{% if request.args.get("successful") == "true" %} {% endif %} {% endblock %}