{% extends "zephyr/portico_signup.html" %} {% comment %} Get ToS acceptance and handle account creation for CUSTOMER30 users Form is validated both client-side using jquery-validate (see signup.js) and server-side. {% endcomment %} {% block for_you %}for {% if company_name %} {{company_name}} {% else %} __________ {% endif %} {% endblock %} {% block portico_content %}

(Welcome! We think you'll like it here.)


You're almost there. We just need you to do one last thing.

Confirm your registration

{% csrf_token %}

{{ username }}@{{ company_name }}

{{ realname }}

Your password is set by your domain administrator.
{% if form.terms.errors %} {% for error in form.terms.errors %}
{{ error }}
{% endfor %} {% endif %}


{% endblock %}