{% extends "base.html" %} {% load i18n %} {% load translations %} {% load crispy_forms_tags %} {% block content %} {% if form.errors %} {% show_message "error" _("Please fix errors in the registration form.") %} {% endif %}

{% trans "Register email" %}

{% csrf_token %} {{ form|crispy }}

{% 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 %}