{% extends "base.html" %} {% load i18n %} {% block extracss %} {{ form.media.render_css|safeseq|join:"\n" }} {% endblock %} {% block content %}

{% trans "User registration" %}

{% trans "Please enter your personal information to register in PEER. An email will be sent to activate your account." %}

{% csrf_token %}
{{ form.as_p }}

{% trans "Did you know that you can skip this process by using the Federated Sign In option of the" %} {% trans "Sign In" %}? {% trans "page. If your Identity Provider is already registered with this PEER instance, this is the recommended method of signing in." %}

{% endblock %} {% block extrajs %} {{ form.media.render_js|safeseq|join:"\n" }} {% endblock %}