{% load i18n %}

{% blocktrans trimmed %}
    Dear {{ recipient_name }},
{% endblocktrans %}
{% blocktrans trimmed %}
     The {{ sender_team }} has reviewed the {{ run_number }} {{ page_url }} course run 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." %}

{% trans "Thanks," %}
{{ sender_name }}

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