{% extends "base.html" %} {% load url from future %} {% load i18n %} {% load translations %} {% block content %}

{% trans "Register email" %}

{% if form.errors %} {% show_message "error" _("Please fix errors in the registration form.") %} {% endif %}
{% csrf_token %} {{ form.as_table }}

{% trans "By registering you agree to use your name and email in the commits and provide your contribution under license defined by each translated project." %}

{% endblock %}