{% extends "site_base.html" %}{% load i18n %} {% block head_title %}{% trans "Signup" %}{% endblock %} {% block body_title %}{% trans "Signup" %}{% endblock %} {% block body %} {% if user.is_authenticated %} {% trans "Note" %}: {% trans "You are already logged in." %} {% else %}
{% csrf_token %}
{% url terms as terms_url %}{% url privacy as privacy_url %}

{% blocktrans %}By clicking "Sign Up", you are indicating that you have read and agree to the Terms of Use and Privacy Policy.{% endblocktrans %}

{% blocktrans %}If you have any trouble creating your account, contact us at {{ CONTACT_EMAIL }}.{% endblocktrans %}

{% endif %} {% endblock %}