{% extends "base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block title %}{{ block.super }} :: Sign Up{% endblock %} {% block list_of_items %}

{% trans "Sign up" %}

{% block form %} {% crispy form %}


{% trans "Already signed up?" %} {% trans "Log in" %}.


{% trans "By clicking on Register, you accept our" %} {% trans "Terms of Use" %} {% trans "Learn more about how we collect, use and share your information in the" %} {% trans "Privacy section" %} {% trans ", as well as our use of cookies and similar technologies in our" %} {% trans "Cookie Policy" %}.

{% endblock form %}
{% endblock list_of_items %}