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

{% itrans "Register" %}

{% if success %}

{% itrans "Your registration request has been received successfully. We have sent you an email with instructions on how to finish the registration process." %}

{% itrans "Thank you." %}

{% else %}
{{ form }}

{% itrans "I'm already registered but I forgot my password." %} {% itrans "Please, help me recover my password." %}

{% endif %}
{% endblock %}