{% extends "root.html" %}{% load i18n %} {% block body %}

{% trans "Create your account" %}

{% csrf_token %}
{% endblock %}