{##}
{% if includeBehaviour == 'Y' %}
{{ __('Please find below a summary of the {homeworkName} and behaviour for {studentName}.', {'homeworkName': homeworkNamePlural, 'studentName': student.preferredName ~ " " ~ student.surname}) }}
{% elseif includeHomework == 'Y' %}
{{ __('Please find below a summary of the {homeworkName} for {studentName}.', {'homeworkName': homeworkNamePlural, 'studentName': student.preferredName ~ " " ~ student.surname}) }}
{% endif %}
{% if includeHomework == 'Y' %}
{{ __('The list below includes all items assigned during the past week') }}