{% extends "root.html" %} {% load crispy_forms_tags %} {% load static %} {% block style %} {% endblock%} {% block content %}
PoliOp

Welcome to PoliOp trading platform

Created by exploiting many years of experience
of a professional trader

Built with the aim of accompanying the novice trader in the
learning path of financial derivatives such as options

Sign up now

It's free
{% if signUpOutcome.success == False %} {% elif signUpOutcome.success == True %} {% endif %}
{% crispy signUpForm %}
Already registered?
{% endblock %} {% block modal %} {% endblock %} {% block script %} {% endblock %}