</tr> </table> </div> <table width="100%"> <tr> <th>Date</th> <th>Invited to</th> <th>Invited by</th> <th>Accept</th> <th>Decline</th> </tr> <?php foreach ($invitations as $invitation) { $diagram = $delegate->diagramGetById($invitation->diagramId); $author = $delegate->usersGetAuthorForDiagram($diagram->id); ?> <tr> <td><?php echo $invitation->createdDate; ?> </td> <td><?php echo $diagram->title; ?> </td> <td><?php echo $author->email; ?> </td>