<li><ahref="{% url 'register' %}">{% trans "Registration" %}</a></li>
{% endblock %}
{% block content %}
{% if registration_open %}
<h2>{% trans "Registration" %}</h2>
<p>
{% trans "By registering you agree to use your name and email in Git commits and provide your contribution under license defined by each translated project." %}
</p>
{% if registration_email %}
<h2>{% trans "Register using email" %}</h2>
{% show_message "info" _("By registering you agree to use your name and email in Git commits and provide your contribution under license defined by each translated project.") %}
{% if form.errors %}
{% show_message "error" _("Please fix errors in the registration form.") %}