{% load i18n %} {% if group.cached_data.public_student_comment_count == 1 %} {% blocktrans trimmed with commentcount=group.cached_data.public_student_comment_count %} {{ commentcount }} comment from student. {% endblocktrans %} {% else %} {% blocktrans trimmed with commentcount=group.cached_data.public_student_comment_count%} {{ commentcount }} comments from student. {% endblocktrans %} {% endif %} {% if group.cached_data.public_student_file_upload_count == 1 %} {% blocktrans trimmed with filecount=group.cached_data.public_student_file_upload_count %} {{ filecount }} file from student. {% endblocktrans %} {% else %} {% blocktrans trimmed with filecount=group.cached_data.public_student_file_upload_count %} {{ filecount }} files from student. {% endblocktrans %} {% endif %} {% if group.cached_data.public_examiner_comment_count == 1 %} {% blocktrans trimmed with commentcount=group.cached_data.public_examiner_comment_count %} {{ commentcount }} comment from examiner. {% endblocktrans %} {% else %} {% blocktrans trimmed with commentcount=group.cached_data.public_examiner_comment_count %} {{ commentcount }} comments from examiner. {% endblocktrans %} {% endif %} {% if group.number_of_private_groupcomments_from_user > 0 %} {% if group.number_of_private_groupcomments_from_user == 1 %} {% blocktrans trimmed with commentcount=group.number_of_private_groupcomments_from_user %} {{ commentcount }} unpublished comment from you. {% endblocktrans %} {% else %} {% blocktrans trimmed with commentcount=group.number_of_private_groupcomments_from_user %} {{ commentcount }} unpublished comments from you. {% endblocktrans %} {% endif %} {% endif %}