% include view/menu.html
user
nick:
{{$other.nick}}
name:
{{$other.name}}
invited by:
{{$other.invited_by or "(root)"}}
projects:
% for proj in $projs do % if $proj.is_active ~= 0 then
{{$proj.name}}
% end % end