{# -*- engine:django -*- #} {% extends "core/base.html" %} {% load i18n static material_form %} {% block browser_title %}{% blocktrans %}Evaluation Results{% endblocktrans %}{% endblock %} {% block no_page_title %}{% endblock %} {% block content %}
{% csrf_token %}
{% trans "Unlock evaluation results" %}
info {% blocktrans %} Please enter the password you set at the registration for the evaluation: {% endblocktrans %}
{% form form=form %}{% endform %}
{% endblock %}