<%page expression_filter="h"/> <%! import json from django.utils.translation import ugettext as _ from openedx.core.djangoapps.site_configuration import helpers as configuration_helpers 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 Register")} <%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'); } % if configuration_helpers.get_value('DISPLAY_TOS_IN_MODAL_ON_REGISTRATION_PAGE', False): % endif <%block name="header_extras"> % for template_name in ["account", "access", "form_field", "login", "register", "institution_login", "institution_register", "password_reset", "hinted_login"]: % endfor