## mako <%namespace name='static' file='../static_content.html'/> <%page expression_filter="h"/> <%! import json from django.utils.translation import ugettext as _ from django.template.defaultfilters import escapejs from django.urls import reverse from lms.djangoapps.discussion.django_comment_client.permissions import has_permission from openedx.core.djangolib.js_utils import dump_js_escaped_json, js_escaped_string from openedx.core.djangolib.markup import HTML %>
% if course_expiration_fragment: ${HTML(course_expiration_fragment.content)} % endif
<%include file="_underscore_templates.html" /> <%include file="_thread_list_template.html" />