{% extends 'schedules/edx_ace/common/base_body.html' %} {% load i18n %} {% load static %} {% block content %}

{% blocktrans trimmed %} {{ comment_username }} replied to your {{ thread_title }} post {% endblocktrans %}

{{ comment_body }}
{% trans "View 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%} {% block google_analytics_pixel %} {% endblock %}
{% endblock %}