{% extends 'im/base_two_cols.html' %} {% block page.title %} Welcome {% endblock %} {% block body %}
{% comment %}{% include "im/services_description.html" %}{% endcomment %} {% endblock body %} {% block body.right %} {% if "local" in im_modules %}
{% csrf_token %}

Provide an email address to complete the registration:

{% with signup_form as form %} {% include "im/form_render.html" %} {% endwith %}
{% endif %} {% endblock %}