<%! from django.utils.translation import ugettext as _ %> <%! from third_party_auth import pipeline %> <%namespace name='static' file='/static_content.html'/> <%inherit file="../main.html" /> <%block name="pagetitle">${_("Student Profile")} <%block name="js_extra"> <%static:js group='student_profile'/>

Student Profile

This is a placeholder for the student's profile page.

  • ## Translators: this section lists all the third-party authentication providers (for example, Google and LinkedIn) the user can link with or unlink from their edX account. ${_("Connected Accounts")} % for state in provider_user_states: % endfor