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