{% extends "site_base.html" %}
{% load i18n %}
{% load bootstrap_tags %}
{% load ifsetting_tag %}
{% load url from future %}
{% block head_title %}{% trans "Sign Up" %}{% endblock %}
{% block body %}
{% trans "To sign up with a new account, use the form below." %}{% trans "Sign Up" %}
{% trans "You are already logged in." %}
{% else %}{% trans "Already have an account?" %} {% trans "Log in" %}!
{% if form.is_multipart %} {% ifsetting ACCOUNT_USE_OPENID %} {% endifsetting %} {% include "account/_terms.html" %}{% blocktrans %}If you have any trouble creating your account, contact us at {{ CONTACT_EMAIL }}.{% endblocktrans %}
{% endif %}