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

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

{% blocktrans with link_start='' link_end='' trimmed %} A preview is now available for the {{ course_run_number }} course run of {{ course_name }}. {{ link_start }}{{ preview_link }}{{ link_middle }} View the course run in Publisher{{ link_end }} to access the preview for this About page and accept or decline the preview. {% endblocktrans %}

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

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

{% endblocktrans %} {% endblock body %}