Jodie is getting confused
<table class="wp-list-table widefat fixed posts glm-admin-table">
<thead>
<tr>
- <th style="width: 50px;">ID</th>
<th>Member Name</th>
<th>Billing Email</th>
<th>Anniversary Date</th>
{if $list.number > 0}
{foreach $list.data.list as $t}
<tr class="glm-account-row{if $t@iteration is div by 2} alternate{/if}" data-id="{$t.id}">
- <td> {$t.id} </td>
<td> <a class="account-link" href="{$adminUrl}?page=glm-members-admin-menu-member&glm_action=billing&member={$t.ref_dest}">{$t.ref_name}</a> </td>
<td> {$t.email} </td>
<td> {$t.anniversary_date.date} </td>