{% extends 'base_two_cols.html' %} {% block signin_class %}hidden{% endblock %} {% block page.title %} Signup {% endblock %} {% block body %}
{% include "services_description.html" %} {% endblock body %} {% block body.right %} {% if "local" in im_modules %}
{% csrf_token %}

SIGN UP

{% with local_form as form %} {% include "form_render.html" %} {% endwith %}
{% endif %} {% if "twitter" in im_modules %}
{% csrf_token %}

SIGN UP USING TWITTER

{% with twitter_form as form %} {% include "form_render.html" %} {% endwith %}
{% endif %} {% if 'shibboleth' in im_modules %}
{% csrf_token %}

SIGN UP USING SHIBBOLETH

{% endif %} {% endblock %}