{% load i18n %}
{% if use_masked_profile %}{% participation.user.get_masked_profile as username %}{% else %}{% participation.user.get_email_appellation as username %}{% blocktrans with flow_id=flow_session.flow_id flow_id=flow_session.flow_id course_identifier=course.identifier feedback_text=feedback_text|safe %}Hi there,
I am sending you the internal grading notes regarding {{username}}'s work on the page with title '{{ page_title }}' in '{{ flow_id }}' of '{{ course_identifier }}'. The full text of the notes follows.
-------------------------------------------------------------------
{{ notes_text }}
-------------------------------------------------------------------
Click here to review the page in the flow page:
{{ review_uri }}

{% endblocktrans %}
- {{ sender.get_email_appellation }}
