{% load i18n %} {% load cradmin_tags %}

{% trans "Students and examiners" %}

{% if assignmentgroups_count == candidates_count %} {{ assignmentgroups_count }} {% trans "students" context "Text after number of students on assignment" %}. {% else %} {% blocktrans trimmed with num_groups=assignmentgroups_count num_candidates=candidates_count context="Text after number of students and project groups" %} {{ num_groups }} students organized in {{ num_candidates }} project groups {% endblocktrans %} {% endif %} {% if examiners_count == 0 %} {% trans "No examiners configured." context "No examiners configured message" %} {% else %} {% blocktrans trimmed with examiners_count=examiners_count context="Number examiners configured message" %} {{ examiners_count }} examiners configured. {% endblocktrans %} {% endif %}

{% trans "Students" %}

{% trans "View, edit or add students for this assignment" %}

{% trans "Examiners" %}

{% trans "View, edit or organize examiners for this assignment" %}