<%! from django.utils.translation import ugettext as _ %> <%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'/> <%block name="header_extras"> % for template_name in ["profile", "languages"]: % endfor

Student Profile

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

% if settings.FEATURES.get('ENABLE_THIRD_PARTY_AUTH'): <%include file="third_party_auth.html" /> % endif