{% extends "site_base.html" %} {% load i18n %} {% load uni_form_tags %} {% block head_title %}{% trans "Finish Signup" %}{% endblock %} {% block body %}
{% 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 %}
{% endblock %} {% block extra_body %} {% load jquery_validation %} {% include_validation %} {% endblock %}