{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block content %} {% if form.errors %}

{% trans "Please fix errors in registration form." %}

{% endif %}
{% csrf_token %} {{ form.as_table }}

{% trans "By registering you agree to use your name and email in Git commits." %}

{% endblock %}