print "{$Name} ({$Grade})"; ?> </td> <td><?php print $Email; ?> </td> <td><?php print $Phone; ?> </td> <td><?php print $AdminReport ? $ChurchName : ParticipantAward($ParticipantID, $EventID); ?> </td> <td><?php print $AdminReport ? ParticipantAward($ParticipantID, $EventID) : " "; ?> </td> </tr> <?php } } } ?> </table> </body> </html>
<tr> <td> </td> <td><?php print $EventName; ?> </td> <td><?php print "Team: {$TeamID}"; ?> </td> <td><?php print $ConvEvent; ?> </td> <td><?php print ParticipantAward($ParticipantID, $EventID); ?> </td> </tr> <?php } } if ($SoloCount == 0 and $TeamCount == 0) { ?> <tr> <td width=30%> </td> <td width=30% colspan="3"><?php print "<b><i>Not signed up for any events</i></b>"; ?> </td> </tr>