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

{% trans "Project groups" %}

{% if assignment.students_can_create_groups %} {% blocktrans trimmed %} Student can create project groups on their own. {% endblocktrans %} {% else %} {% blocktrans trimmed %} Students can not create project groups on their own. As an administrator you are able to create the groups in the "Students" overview. {% endblocktrans %} {% endif %}

{% trans "Anonymization" %}

{{ assignment.get_anonymizationmode_display }}

{% trans "Deadline handling" %}

{% if assignment.deadline_handling == 0 %} {% blocktrans trimmed %} SOFT. Students can add deliveries and comment after the deadline has expired. {% endblocktrans %} {% elif assignment.deadline_handling == 1 %} {% blocktrans trimmed %} HARD. Students can not add deliveries or comment after the deadline has expired. {% endblocktrans %} {% endif %}

{% if user_is_subjectadmin_or_higher %} {% else %}

{% trans 'You do not have access to change this setting.' context 'admin assignment overview' %}

{% endif %}