<%page expression_filter="h" /> <%namespace name='static' file='../static_content.html'/> <%! from django.utils.translation import gettext as _ from openedx.core.djangolib.markup import HTML, Text %> <%inherit file="../main.html" />

${Text(_("There was an error when loading this module!"))}

${Text(_("This module is available only for users who are signed into {platform}. " "Kindly sign in and refresh this page to load the content." )).format( platform=HTML("{}").format(static.get_platform_name()) )}

${_("NOTE:")} ${Text(_( "The email used to sign into this platform and {platform} should be the same." )).format( platform=HTML("{}").format(static.get_platform_name()) )}

${_("Sign in")}