{% extends 'ace_common/edx_ace/common/base_body.html' %} {% load i18n %} {% load django_markup %} {% load static %} {% block content %}
{% blocktrans trimmed asvar replied_to_text %} {{ comment_username }} replied to {start_tag}{{ thread_title }}{end_tag}: {% endblocktrans %} {% interpolate_html replied_to_text start_tag=''|safe end_tag=''|safe %}
{{ 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 %}
|