1 So here's a summary of the account that we're about to create:
\r
6 <p>$account.username</p>
\r
7 <p>$account.email</p>
\r
12 #foreach($interest in $account.interests)
\r
17 <p>If everything is OK click Next, otherwise click Back to change the information</p>
\r
20 #if ($WizardHelper.HasPreviousStep())
\r
21 $WizardHelper.LinkToPrevious("Back")
\r
26 #if ($WizardHelper.HasNextStep())
\r
27 $WizardHelper.LinkToNext("Next")
\r