% if ( $c->user()->is_admin() || $c->user()->user_id() == $user->user_id() ) {
<p>
  <a href="mailto:<% $user->email_address() %>"><% $user->email_address() %></a>
</p>
% }

% if ( $user->is_system_user() ) {
<p>
  <% loc('This is a system user, created for use by the wiki software.') %>
</p>
% }

% if ($user_wikis) {
<h2><% loc('Your Wikis' ) %></h2>

<& /lib/wiki-list.mas, wikis => $user_wikis &>
% }

% if ($shared_wikis) {
<h2><% loc('Wikis You and %1 Both Use', $user->best_name() ) %></h2>

<& /lib/wiki-list.mas, wikis => $shared_wikis &>
% }

<%args>
$user
$wiki => undef
$user_wikis => undef
$shared_wikis => undef
</%args>

<%init>

</%init>

<%attr>
sidebar => []
</%attr>

<%method title>
<% $user->best_name() %>
<%args>
$user
</%args>
</%method>
