{% extends 'accounts/onboarding/base.html' %} {% load static %} {% block onboarding_content %}

Personal Information

{{ progress.progress_percentage }}%

In order to start trading, you must first complete your profile.

{% csrf_token %}

Client Declaration

By pressing the 'SUBMIT' button below, I hereby confirm and acknowledge that the information provided above is true and accurate, and I further confirm and acknowledge that TRADEMONT will rely on this information in the opening of my trading account.

{{ form.declaration_accepted }}
{% if form.declaration_accepted.errors %}
{{ form.declaration_accepted.errors.0 }}
{% endif %}

Important Information

Back
{% endblock %}