{% extends 'schedules/edx_ace/common/base_body.html' %} {% load i18n %} {% load static %} {% block preview_text %} {% blocktrans trimmed %} {{ comment_username }} replied to your thread. {% endblocktrans %} {% endblock %} {% block content %}
{% blocktrans trimmed %}

Hi {{ thread_username }},

{{ comment_username }} made the following reply to {{ thread_title }} at {{ comment_created_at }}.

{{ comment_body }}

{% endblocktrans %} {% trans "View the discussion" as course_cta_text %} {% include "schedules/edx_ace/common/return_to_course_cta.html" with course_cta_text=course_cta_text course_cta_url=post_link%}
{% endblock %}