{# -*- engine:django -*- #} {% extends "core/base.html" %} {% load i18n material_form %} {% block browser_title %}{% blocktrans %}Register for an Evaluation{% endblocktrans %}{% endblock %} {% block page_title %}{% blocktrans with phase=object.name %}Register for {{ phase }}{% endblocktrans %}{% endblock %} {% block content %}
{% csrf_token %}
{% trans "Registration for EvaLU – Evaluation of teaching and lesson quality" %}
{{ object.privacy_notice|safe }}
{% form form=form %}{% endform %}
warning {% blocktrans %} Please be aware that the data will be deleted permanently after the evaluation phase. That will also prevent you from making comparisons with this data in future years. It is not possible to change the above selection later. {% endblocktrans %}
{% blocktrans %} I can withdraw my consent to the collection and processing of my personal data for the purpose of the above-mentioned evaluation at any time without giving reasons. {% endblocktrans %}

{% now "DATE_FORMAT" as now_d %} {% blocktrans with date=now_d place=request.site.preferences.evalu__place %} {{ place }}, {{ date }} {% endblocktrans %}

{{ request.user.person.first_name }} {{ request.user.person.last_name }}

{% trans "Evaluation password" %}
{% blocktrans %} Please select a secure password which should be used to encrypt your evaluation results. It should be hard to guess and contain at least ten characters. {% endblocktrans %}
warning {% blocktrans %} If you loose your password, there is absolutely no option to restore the evaluation results. So, please keep your password in a safe place. {% endblocktrans %}
{{ form.password }} {{ form.password.errors }}
{% endblock %}