{% extends "zerver/portico_signup.html" %} {# Gather other user information, after having confirmed their email address. Form is validated both client-side using jquery-validate (see signup.js) and server-side. #} {% block customhead %} {{ super() }} {% endblock %} {% block for_you %}for {% if company_name %} {{company_name}} {% else %} __________ {% endif %} {% endblock %} {% block portico_content %}
{{ _("You're almost there. We just need you to do one last thing") }}.