{% extends 'im/base_two_cols.html' %} {% load astakos_tags i18n %} {% block page.title %} {% trans "Signup" %} {% endblock %} {% block body.left %}
{% if third_party_token %} {% else %} {% endif %}
{% endblock body.left %} {% block body.right %}

{% trans "SIGN UP" %} {% trans "Sign in" %}

{% if not third_party_token and not signup_form.errors %}

{% trans "Choose one of the following sign up methods." %}

{% for provider_obj in auth_providers %} {% if provider_obj.get_create_policy %} {% if provider_obj.module == 'local' %} CLASSIC {% if "local" in im_modules %} {% include "im/auth/signup_form.html" %} {% endif %} {% else %} {% if provider_obj.module == 'shibboleth' %} ACADEMIC {% else %} {{ provider_obj.get_title_msg }} {% endif %} {% endif %} {% endif %} {% endfor %}
{% else %} {% if third_party_token %}

Hello, it seems this is the first time you try to access the service. Please provide us with the following information to complete your registration process.

{% endif %} {% include "im/auth/signup_form.html" %} {% endif %} {% endblock %}