## 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" /> <%static:require_module_async module_name="js/commerce/track_ecommerce_events" class_name="TrackECommerceEvents"> var fbeLink = $("#FBE_banner"); TrackECommerceEvents.trackUpsellClick(fbeLink, 'discussion_audit_access_expires', { pageName: "discussion_tab", linkType: "link", linkCategory: "FBE_banner" });