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

{% trans "Sign in or create account" %}

{% if relate_sign_in_by_exam_tickets_enabled or relate_sign_in_by_username_enabled %}
{% url "relate-sign_in_choice" as relate-sign_in_choice %} {% blocktrans trimmed %} If you cannot or would not like to sign in by email, please choose a different method to sign in. {% endblocktrans %}
{% endif %}
{% comment %} Translators: For courses which require specific email suffix for enrollment, translate the following literals with your customized email suffix. {% endcomment %} {% blocktrans trimmed %} Please use the official email address associated with the institution at which this course is taking place. Some courses may require a certain email domain (such as "@illinois.edu") for enrollment. {% endblocktrans %}
{% crispy form %}
{% endblock %}