<h3>Registrations Events List</h3>
+<table>
+ <tr>
+ <th>ID</th>
+ <th>Name</th>
+ <th>Event</th>
+ <th>Active</th>
+ <th>Attendees</th>
+ </tr>
{foreach $registrations as $registration}
<!-- -->
- <pre>
- {$registration.id}
- event
- event_name
- event_code
- notify_email
- admin_active[]
- active[]
- attendees[]
- attendee_max
- attendee_max_per_reg
- reg_hold_minutes
- cart_hold_days
- registration_account_options[]
- payment_methods[]
- restricted_payment_methods[]
- terms
- reg_file
- reg_file_title
- form_revision
- notes
+ <tr>
+ <td>{$registration.id}</td>
+ <td>{$registration.event_name}</td>
+ <td>(associated event link){$registration.event}</td>
+ <td>{$registration.active.name}</td>
+ <td>{$registration.attendees.name}</td>
- </pre>
{/foreach}
+</table>
<input type="submit" value="addTest">