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