{% load i18n %} {% load static %} {{ site_name }} - {% trans 'Register' %} {% include "common_libs.html" %}
{% if request.session.new_user %}

{% trans "Welcome" %}

{% blocktrans %} {{ site_name }} is flourishing because of collaborations and contributions from users like you. Please read our term of service, and feel free to contact us if you have any question or feedback. {% endblocktrans %}

{% endif %} {% if form %}
{{ error }}
{% csrf_token %} {% trans "Once saved, click the confirmation link in the email you receive" %}
{% else %}
{% endif %}