{##} {{- stylesheet ? include(stylesheet) -}} {% if yearGroupCriteria.perGroup or yearGroupCriteria.perStudent %}
{{- __('Year Group') }}: {{ student.yearGroupName -}}
{%- for criteria in []|merge(yearGroupCriteria.perGroup|default([]))|merge(yearGroupCriteria.perStudent|default([])) -%} {% if criteria.valueType == 'Comment' %} {% else %} {% endif %}
{{- criteria.criteriaName -}}
{{- criteria.comment -}}
{{- criteria.criteriaName }}: {{ criteria.descriptor ? criteria.descriptor : criteria.value -}}
{% if not loop.last %}
 
{% endif %} {%- endfor -%}
{% endif %}