{% 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 }} has reviewed the {{ link_start }}{{ page_url }}{{ link_middle }}{{ run_number }} course run{{ link_end }} of {{ course_name }} and has not added comments or suggested edits. The review for this course run is complete. {% endblocktrans %}
{% trans "Please create a preview of the About page for this course run and enter the preview URL in Publisher." %}
{% trans "Additionally, please check the comments in Publisher for information about OFAC blocking." %}
{% comment %}Translators: It's closing of mail.{% endcomment %} {% trans "Thanks," %}Note: This email address is unable to receive replies. For questions or comments, contact {{ contact_us_email }}.
{% endblocktrans %} {% endblock body %}