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

{% blocktrans with date=comment_date|date:'m/d/y' time=comment_date.time trimmed %} The {{ team_name }} made the following comment on {{ course_name }} on {{ date }} at {{ time }} {% endblocktrans %}

"{{ comment_message }}"

{% trans "View comment in Publisher" %}

{% trans "The edX team" %}

{% endblock body %}