{% extends 'ace_common/edx_ace/common/base_body.html' %} {% load i18n %} {% load static %} {% block content %}
{% filter force_escape %} {% blocktrans trimmed asvar replied_to_text %} {{ comment_username }} replied to {% endblocktrans %} {% endfilter %} {{ replied_to_text }} {{ thread_title }}:
{{ comment_body }}
{% filter force_escape %}
{% blocktrans asvar course_cta_text %}View discussion{% endblocktrans %}
{% endfilter %}
{% include "ace_common/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 %}
|