{% load i18n %} {% load cradmin_tags %}
{% if candidates_count > 0 %} {% blocktrans trimmed with num_groups=assignmentgroups_count num_candidates=candidates_count context="Text after number of students and project groups" %} {{ num_candidates }} students organized in {{ num_groups }} project groups {% endblocktrans %} {% else %} {% trans 'No students on the assignment' %} {% endif %}