{% extends 'registration/base.html' %} {% load url from future %} {% load i18n %} {% block title %}{% trans 'Registration' %}{% endblock %} {% block content_title %}

{% trans 'Registration' %}

{% endblock %} {% block contents %} {{ block.super }}

{% trans 'Please fill the following fields to create your registration' %}

{% csrf_token %} {{ form.as_p }} {{ supplement_form.as_p }}

{% endblock %}