{{ Escapes.htmlescape(BigGlobe.cfg.sitename) }}

{% if verified and verified.privs >= DB.USER_PRIVS_ADMIN then %}

Admin Settings

{% end %} {% if verified and verified.privs >= DB.USER_PRIVS_MOD then %}

Approval Queue

Reports

{% end %}
{% if verified then %}
My profile
{% if (BigGlobe.cfg.membexcl == BigGlobe.MEMBEXCL_MEMBERS_INVITE and verified.privs >= DB.USER_PRIVS_APPROVED) or (BigGlobe.cfg.membexcl == BigGlobe.MEMBEXCL_MODS_INVITE and verified.privs >= DB.USER_PRIVS_MOD) or (BigGlobe.cfg.membexcl == BigGlobe.MEMBEXCL_ADMIN_INVITES and verified.privs >= DB.USER_PRIVS_ADMIN) then %}
Invite
{% end %} {% else %}

{% end %}
{% content() %}