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

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

{% blocktrans with link_start='' link_end='' trimmed %} The {{ sender_team }} has reviewed {{ link_start }}{{ page_url }}{{ link_middle }} {{ course_name }}{{ link_end }} and has suggested no changes. The review for this course is complete. {% endblocktrans %}

{% blocktrans with link_start='' link_end='' trimmed %} You can now submit a course run for review. To do this, {{ link_start }}{{ page_url }}{{ link_middle }} go to the course page{{ link_end }} and open the page for any course run. On the course run page, add all required information for that course run, and then submit the course run for review. {% endblocktrans %}

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

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

{% endblocktrans %} {% endblock body %}