{% load i18n %}

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

{% blocktrans trimmed %}
    {{ team_name }} has declined the preview of the About page for the {{ run_number }} course run of {{ course_name }}. View the course run in Publisher.
{% endblocktrans %}

{% trans "{{ team_name }} added the following comment." %}{{ page_url }}

{{ comment.comment }}

{% trans "Thanks," %}
{% trans "The edX team" %}
