{% extends 'auth_base.html' %} {% load static %} {% block title %}Sign In - Trademont{% endblock %} {% block description %}Sign in to your Trademont account to access your copy trading dashboard and manage your portfolio.{% endblock %} {% block content %}
Trademont

Trademont

Welcome back
Sign in to your account to continue
{% csrf_token %} {% if form.non_field_errors %}
{% for err in form.non_field_errors %}
{{ err }}
{% endfor %}
{% endif %}
Forgot password?
{% endblock %}