{% extends "registration/base.html" %} {% load i18n %} {% block title %}{% trans "Sign up" %}{% endblock %} {% block content %} {% if form.errors %}
{% trans "Please correct the errors below:" %} {{ form.non_field_errors }}
{% endif %}{% trans "Fill out the form to the left (all fields are required), and your account will be created; you'll be sent an email with instructions on how to finish your registration." %}
{% trans "We'll only use your email to send you signup instructions. We hate spam as much as you do." %}
{% trans "This account will let you log into the ticket tracker, claim tickets, and be exempt from spam filtering." %}
{% endblock %}