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

{% blocktrans trimmed with link_start='' link_end='' %} Preview link {{ preview_url }} for the {{ link_start }}{{ page_url }}{{ link_middle }}{{ course_title }}{{ link_end }} has been declined. {% endblocktrans %}

{{ comment.comment }}

{% trans "View comment" %}

{% trans "The edX team" %}

{% endblock body %}