{% extends "base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block content %}

{% trans "Sign in" %}

{% url "relate-sign_in_choice" as relate-sign_in_choice %} {% blocktrans trimmed %} If you cannot or would not like to sign in using a {{ relate_site_name }}-specific user name or password, please choose a different method to sign in. {% endblocktrans %}
{% url "relate-sign_in_choice" as relate-sign_in_choice %} {% blocktrans trimmed %} Note that the user name and password needed to use this form is not the user name and password you may have been assigned by your institution. {% endblocktrans %}
{% if relate_registration_enabled %}
{% url "relate-sign_up" as relate-sign_up %} {% blocktrans trimmed %} If you do not have an account, sign up. {% endblocktrans %} {% url "relate-reset_password" as relate-reset_password %} {% blocktrans trimmed %} If you do not remember your password, reset your password . {% endblocktrans %}
{% endif %}
{% crispy form %}
{% endblock %}