<%! 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}

${name} has not been released

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