<%inherit file="base.html"/> <%block name="lo_head_title"> ${_('Permission Control') | h} - % if config['SITEINFO']['site_name']: ${config['SITEINFO']['site_name'] | h} % else: ${_('LoNote') | h} % endif <%block name="lo_nav_header"> ${_('Permission Control') | h} <%block name="lo_article_content">
<% if 'e' in a_type: a_text = " " + _("Full Access") + "" elif 'v' in a_type: a_text = " " + _("View Only") + "" else: a_text = " " + _("Be Refused") + "" %> % if a_type: ${_("Back to Start Page") | h} % endif

${a_text}

% if config.get('AUTHCODE', 'code_hint'):

${_(config.get('AUTHCODE', 'code_hint'))}

% endif
<%block name="append_script">