<%! from django.utils.translation import ugettext as _ %> <%namespace name='static' file='static_content.html'/> % if is_staff: <% override_label = "On" if staff_release else "Off" %>
% endif % if not is_released:

Welcome: ${pp.user.profile.name or pp.user}

Access has been requested for ${name} but it hasn't been released yet.

This page will automatically reload once access has been granted.

Please see your instructor or TA if access is not granted soon.

% elif child_html is not None: ${child_html} % endif