{% extends "publisher/email/email_base.html" %} {% load i18n %} {% block body %}
{% blocktrans trimmed %} Dear {{ recipient_name }}, {% endblocktrans %}
{% blocktrans trimmed %} The About page for the {{ course_run_number }} course run of {{ course_name }} has been published. No further action is necessary. {% endblocktrans %}
{% blocktrans with link_start='' link_end='' trimmed %} {{ link_start }}{{ preview_url }}{{ link_middle }}View this About page on edx.org.{{ link_end }} {% endblocktrans %}
{% 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 %}