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

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

{% blocktrans trimmed with run=course_run_key.run title=course_run.course.title %} A preview is now available for the {{ run }} run of {{ title }}. {% endblocktrans %}

{% trans "Follow these steps to move forward with publishing the course run." %}

{% blocktrans trimmed %} Please do not share the preview URL publicly or use it in your own advertising. The finalized public URL will be available after the page is fully published. {% endblocktrans %}

  1. {% trans "Preview the about page" %}
  2. {% trans "Submit feedback in Publisher" %}
{% comment %}Translators: This is part of an email signature.{% 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 %}