{##}
{{ __('Prev') }}
{{ scopeDetails.scopeName }} - {{ scopeDetails.nameShort }} {{ scopeDetails.name != scopeDetails.nameShort ? "- "~scopeDetails.name : "" }} {% if relatedReports and relatedReports|length > 1 %}
{% for report in relatedReports %} {{ report.nameShort }} {% if not loop.last %}  |  {% endif %} {% endfor %}
{% endif %}
{{ __('Next') }}
{% if canWriteReport == false %}
{{ __('This report is read-only. You do not have access to make changes.') }}
{% elseif reportingEnded == true %}
{{ __('This reporting cycle has ended. You have access to edit data, however the report is read-only for most users.') }}
{% endif %}
{% if student.alerts %}
{{ student.alerts ? student.alerts | raw }}
{% endif %} {{ formatUsing('userPhoto', student.image_240, 75)|raw }}
{{ formatUsing('name', student.title, student.preferredName, student.surname, 'Student', false, true) }}
{{ student.formGroup }} {% if student.status != 'Full' %} {{ student.status }} {% endif %}