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

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

{% blocktrans trimmed with link_start='' link_end='' %} {{ team_name }} has declined the preview of the About page for the {{ run_number }} course run of {{course_name}}. {{ link_start }}{{ page_url }}{{ link_middle }}View the course run in Publisher.{{ link_end }} {% endblocktrans %}

{% blocktrans trimmed %} {{ team_name }} added the following comment. {% endblocktrans %}

"{{ comment.comment }}"

{% comment %}Translators: It's closing of mail.{% endcomment %} {% trans "Thanks," %}
{% trans "The edX team" %} {% endblock body %}