all_users_panel.naml

<override_macro name="all_users_panel">
    <div class="second-font field-title nowrap" style="margin:0"><t>All Users</t></div>
    <div class="weak-color" style="margin-bottom:.8em">
        <t>Read-only list with all users with an email under <t.location.root_node.subject/>.</t>
        <t>This list shows registered, unregistered and banned users. Anonymous users are not listed because they don't have an email and thus cannot be part of a group.</t>
    </div>

    <div style="height:25em;overflow:auto">
        <n.site_users. length="99999">
            <n.loop.>
                <n.current_user.name/> &lt;<n.current_user.user_email/>&gt;<br/>
            </n.loop.>
        </n.site_users.>
    </div>
</override_macro>