{% load i18n %}

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

{% blocktrans trimmed %}
    A preview is now available for the {{ course_run_number }} course run of {{ course_name }}. View the course run in Publisher {{ page_url }} to access the preview for this About page and accept or decline the preview.
{% endblocktrans %}

{% 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 %}
