<%page expression_filter="h"/> <%namespace name='static' file='../static_content.html'/> <%! from openedx.core.djangolib.js_utils import js_escaped_string %> <% template_names = [ 'thread', 'thread-show', 'thread-edit', 'thread-response', 'thread-response-show', 'thread-response-edit', 'response-comment-show', 'response-comment-edit', 'thread-list-item', 'discussion-home', 'search-alert', 'new-post', 'thread-type', 'new-post-menu-entry', 'new-post-menu-category', 'topic', 'post-user-display', 'inline-discussion', 'pagination', 'profile-thread', 'customwmd-prompt', 'nav-loading' ] ## same, but without trailing "-template" in script ID - these templates does not contain any free variables template_names_no_suffix = [ 'forum-action-endorse', 'forum-action-answer', 'forum-action-follow', 'forum-action-vote', 'forum-action-report', 'forum-action-pin', 'forum-action-close', 'forum-action-edit', 'forum-action-delete', 'forum-actions', 'alert-popup', 'nav-load-more-link' ] %> % for template_name in template_names: % endfor % for template_name in template_names_no_suffix: % endfor