1*dd6b2bfcSGreg Roach<?php use Fisharebest\Webtrees\I18N; ?> 2*dd6b2bfcSGreg Roach 3*dd6b2bfcSGreg Roach<h2 class="wt-page-title"> 4*dd6b2bfcSGreg Roach <?= $title ?> 5*dd6b2bfcSGreg Roach</h2> 6*dd6b2bfcSGreg Roach 7*dd6b2bfcSGreg Roach<div class="wt-page-content"> 8*dd6b2bfcSGreg Roach <p> 9*dd6b2bfcSGreg Roach <?= I18N::translate('Hello %s…<br>Thank you for your registration.', e($user->getRealName())) ?> 10*dd6b2bfcSGreg Roach </p> 11*dd6b2bfcSGreg Roach 12*dd6b2bfcSGreg Roach <p> 13*dd6b2bfcSGreg Roach <?= I18N::translate('We will now send a confirmation email to the address <b>%s</b>. You must verify your account request by following instructions in the confirmation email. If you do not confirm your account request within seven days, your application will be rejected automatically. You will have to apply again.<br><br>After you have followed the instructions in the confirmation email, the administrator still has to approve your request before your account can be used.<br><br>To sign in to this website, you will need to know your username and password.', $user->getEmail()) ?> 14*dd6b2bfcSGreg Roach </p> 15*dd6b2bfcSGreg Roach</div> 16