{% extends "base.html" %} {% load i18n %} {% block title %} {% trans "Registration" %} {% endblock %} {% load breadcrumbs %} {% block breadcrumbs %} {{ block.super }} {% breadcrumb_url 'Register' %} {% endblock %} {% block content %}

{% trans "Registration" %}

{% trans "Please fill the formm to complete your registration" %}

{% csrf_token %} {{ form.as_p }}
{% endblock %}