{% extends "django_cradmin/base.django.html" %} {% load i18n %} {% load static %} {% load cradmin_tags %} {% load devilry_core_tags %} {% block title %} {% trans "Contact examiner" %} {% endblock title %} {% block pageheader-inner %}

{% trans "Contact examiner" %}

{{ group.assignment.long_name }} - {{ group.subject.long_name }} - {{ group.period.long_name }}

{% endblock pageheader-inner %} {% block content %} {% if examinerusers %}
{% trans "The following people are responsible for giving you feedback on this assignment" %}:
{% else %}
{% trans "Nobody is registered as responsible for giving you feedback for this assignment at this time." %}
{% endif %} {% endblock content %}