{% extends 'im/base_two_cols.html' %} {% block extra_messages %} {% if not messages %} {% for msg_type, msg in GLOBAL_MESSAGES.items %}
  • {{ msg|safe }}
  • {% endfor %} {% for msg_type, msg in SIGNUP_MESSAGES.items %}
  • {{ msg|safe }}
  • {% endfor %} {% endif %} {% endblock %} {% block page.title %} Signup {% endblock %} {% block body.left %} {% comment %}{% include "im/services_description.html" %}{% endcomment %} {% endblock body.left %} {% block body.right %} {% if "local" in im_modules %}
    {% csrf_token %}

    SIGN UP

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