{% extends 'dashboard_base.html' %} {% load static %} {% block title %}My Copied Experts - Trademont{% endblock %} {% block dashboard_type %}Investor{% endblock %} {% block page_title %}Experts Copied{% endblock %} {% block content %}
{% if subs %}
{% for s in subs %}
{{ s.expert.name|first|upper }}

{{ s.expert.name }}

{% if s.expert.verified %}{% endif %}
Profit share: {{ s.profit_share }}%
{% csrf_token %}
Invested Capital
${{ s.invested_capital }}
Status
{{ s.status }}
{% endfor %}
{% else %}

No experts copied yet

Visit the Copy Experts page to start copying top traders.

Browse experts
{% endif %}
{% endblock %}