## 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.core.urlresolvers import reverse from 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 %>
<%include file="_underscore_templates.html" /> <%include file="_thread_list_template.html" />