<% loc( 'You have been invited to join the %1 wiki. ', $wiki->title() ) %> % if ( $user->requires_activation() ) { <% loc( q{Once you activate your user account, you will be a member of the wiki.}, $user->confirmation_uri( with_host => 1 ) ) %> % } else { <% loc( q{Since you already have a user account at %1, you can visit the wiki right now.}, $wiki->domain()->web_hostname(), $wiki->uri( with_host => 1 ) ) %> % }

<%args> $user $wiki