{% if not mode == 'student' and not mode == 'subentry' %} {% for degree in evaluation.course.degrees.all %} {{ degree }} {% endfor %} {% endif %} {% if not mode == 'subentry' %} {{ evaluation.course.type }} {% endif %} {% if evaluation.is_single_result %} {% trans 'Single result' %} {% endif %} {% if evaluation.is_midterm_evaluation %}{% trans 'Midterm evaluation' %}{% endif %} {% if mode == 'manager' and not evaluation.is_single_result %} {% if not evaluation.wait_for_grade_upload_before_publishing %}{% trans 'not graded' %}{% endif %} {% if not evaluation.is_rewarded %}{% trans 'not rewarded' %}{% endif %} {% if evaluation.course.is_private %}{% trans 'private' %}{% endif %} {% if evaluation.course.has_external_responsible %} {% trans 'External responsible' %} {% endif %} {% endif %}