{% extends "publisher/email/email_base.html" %} {% load i18n %} {% block body %}

{% blocktrans trimmed %} Dear {{ recipient_name }}, {% endblocktrans %}

{% blocktrans with link_start='' link_end='' trimmed %} {{ sender_team }} for course_name from {{ org_name }} has submitted the {{ run_number }} course run for review. {{ link_start }}{{ page_url }}{{ link_middle }} View this course run in Publisher{{ link_end }} to review the changes or suggest edits. {% endblocktrans %}

{% blocktrans with link_start='' link_end='' trimmed %} This is a good time to {{ link_start }}{{ studio_url }}{{ link_middle }} review this course run in Studio{{ link_end }}. {% endblocktrans %}

{% comment %}Translators: It's closing of mail.{% endcomment %} {% trans "Thank you," %}
{{ sender_name }} {% blocktrans trimmed %}

Note: This email address is unable to receive replies. For questions or comments, contact {{ contact_us_email }}.

{% endblocktrans %} {% endblock body %}