## mako <%page expression_filter="h" args="online_help_token"/> <%namespace name='static' file='../static_content.html'/> <%namespace file='../main.html' import="login_query"/> <%! from django.urls import reverse from django.utils.translation import ugettext as _ %> <%include file="../user_dropdown.html"/> % if settings.FEATURES.get('ENABLE_HELP_LINK'): ${_("Help")} % endif