{% extends "base.html" %} {% load review_tags %} {% block icon %} {% with icon='info' %} {{ block.super }} {% endwith %} {% endblock icon %} {% block update %}
You are added to the calibration "{{calibration.name}}" as a calibrator. Dates: {{ calibration.start_date|date_from_str:"j E" }} – {{ calibration.finish_date|date_from_str:"j E" }}.
{% endblock update %} {% block body %}Administrators of the calibration:
{% include "includes/avatar.html" with person=admin %} | {% staff_person admin %} |
During the calibration the data about all persons being calibrated are available to you. These accesses will be revoked at the end of calibration.
{% endblock body %}