{% extends 'im/base_two_cols.html' %} {% 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

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