{# -*- 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 %}
{% if as_pdf %} {% trans "Unlock evaluation results for PDF export" %} {% else %} {% trans "Unlock evaluation results" %} {% endif %}
{% if as_pdf %}
warning {% blocktrans %} To generate a PDF file with your results, we have to save the generated PDF file on the server to make it downloadable to you. So, for this short time period, the results are saved unencrypted on the server as PDF file. {% endblocktrans %}
{% endif %}
info {% blocktrans %} Please enter the password you set at the registration for the evaluation: {% endblocktrans %}
{% form form=form %}{% endform %}
{% endblock %}