%! from django.utils.translation import ugettext as _ %> <%! import third_party_auth %> <%namespace name='static' file='/static_content.html'/> <%inherit file="../main.html" /> <%block name="pagetitle">${_("Student Profile")}%block> <%block name="js_extra"> <%static:js group='student_profile'/> %block> <%block name="header_extras"> % for template_name in ["profile", "languages"]: % endfor %block>
This is a placeholder for the student's profile page.
% if third_party_auth.is_enabled(): <%include file="third_party_auth.html" /> % endif