## mako <%! import json %> <%! from django.utils.translation import ugettext as _ from openedx.core.djangolib.js_utils import ( dump_js_escaped_json, js_escaped_string ) %> <%namespace name='static' file='/static_content.html'/> <%inherit file="/main.html" /> <%block name="bodyclass">view-teams view-in-course course js%block> <%block name="pagetitle">${_("Acclaim")}%block> <%block name="headextra"> <%static:css group='style-course-vendor'/> <%static:css group='style-course'/> <%include file="../discussion/_js_head_dependencies.html" /> %block>