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

{% trans "Check in for Exam" %}

{% url "relate-sign_in_choice" as relate-sign_in_choice %} {% blocktrans trimmed %} If you have a not been issued an exam ticket by your instructor, please use a different method to sign in instead. {% endblocktrans %}
{% crispy form %}
{% endblock %}