how to add pilot id on email registration

what is the code to add the pilot ID on confirmation registration email?

In the email_resgistrationaccepted template you can use;

<?php echo PilotData::getPilotCode($pilot->code, $pilot->pilotid); ?>

thank you!