{% extends "account/base.html" %} {% load static i18n crispy_forms_tags %} {% block title %}{% trans "Register" %}{% endblock title %} {% block body_attr %} class="authentication-bg position-relative" {% endblock %} {% block page_content %}

Free Sign Up

Don't have an account? Create your account, it takes less than a minute

{% csrf_token %} {{ form|crispy }} {% if redirect_field_value %} {% endif %}

Already have account? Log In

{% endblock %}