{% load url from future %} {% load i18n %} {% trans 'Registration' %}

{% trans 'Registration' %}

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

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