%page expression_filter="h"/> <%! import json from django.utils.translation import ugettext as _ from openedx.core.djangolib.js_utils import dump_js_escaped_json %> <%namespace name='static' file='/static_content.html'/> <%inherit file="../main.html" /> <%block name="pagetitle">${_("Sign in or Create Account")}%block> <%block name="js_extra"> <%static:require_module module_name="js/student_account/logistration_factory" class_name="LogistrationFactory"> var options = ${data | n, dump_js_escaped_json}; LogistrationFactory(options); if ('newrelic' in window) { newrelic.finished(); // Because of a New Relic bug, the finished() event doesn't show up // in Insights, so we have to make a new PageAction that is basically // the same thing. We still want newrelic.finished() for session // traces though. newrelic.addPageAction('xfinished'); } %static:require_module> %block> <%block name="header_extras"> % for template_name in ["account", "access", "form_field", "login", "register", "institution_login", "institution_register", "password_reset", "hinted_login"]: % endfor %block>