<td> {$t.renewal_date.date} </td>
</tr>
<tr id="account-container-{$t.id}" class="glm-account-links glm-hidden{if $t@iteration is div by 2} alternate{/if}">
- <td colspan="5">
+ <td colspan="4">
<span class="account-dashboard-link">
<a class="account-member-dashboard" data-member="{$t.ref_dest}" href="{$adminUrl}?page=glm-members-admin-menu-member&member={$t.ref_dest}">Member Dashboard</a> |
</span>
</tr>
{if $t.boss.value}
<tr id="account-employees-{$t.id}" class="{if $t@iteration is div by 2} alternate{/if}" style="display: none; background-color: #fff;">
- <td colspan="5">
+ <td colspan="4">
<div class="glm-row" style="margin-bottom: 0px !important; margin-top: .5rem;">
{foreach $t.employees as $emp}
<div class="glm-columns glm-medium-2">{$emp.ref_name}</div>