{% extends "base.html" %} {% load i18n inlinetrans %} {% block extrabreadcrumbs %} {% itrans "Register" %} {% endblock %} {% block content %}

{% itrans "Confirm registration" %}

{% itrans "Hello" %} {{ registration.username }}, {% itrans "your registration is almost complete. Please, fill the following information." %}

{{ password_form }} {{ profile_form }}
{% endblock %}