NS Admin
11/02/2021, 2:51 PMLuis
01/17/2022, 9:30 AMNS Admin
01/18/2022, 3:57 PM<br /><br />
<#list contacts![]>
<#items as contacts>
<table class="itemtable" style="width: 100%; margin-top: 10px;">
<thead>
<tr>
<th colspan="3" style="width: 61px;">First Name</th>
<th align="center" colspan="12" style="width: 101px;">Last Name</th>
<th align="center" style="width: 123px;">Phone</th>
<th align="center" style="width: 183px;">Email</th>
<th align="right" colspan="4" style="width: 140px;">Last Login Date/Time</th>
<!--<th align="right" colspan="5" style="width: 108px;">Narrative</th>-->
</tr>
</thead>
<tr>
<td colspan="3" style="width: 61px;">${contacts[0]}</td>
<td align="center" colspan="12" style="width: 101px;">${contacts[1]}</td>
<td align="center" style="width: 123px;">${contacts[3]}</td>
<td align="center" salign="center" tyle="width: 183px;">${contacts[2]}</td>
<td align="right" colspan="4" style="width: 140px;">${contacts[5]}</td>
<!--<td align="right" colspan="5" style="width: 108px;">${contacts[5]}</td>-->
</tr>
</table>
<table>
<tr>
<td style="width: 100%"><p>Last Contact Comment: ${contacts[6]}</p></td>
</tr>
</table>
</#items>
</#list>
NS Admin
01/18/2022, 3:57 PMNS Admin
01/18/2022, 3:57 PMLuis
01/18/2022, 4:20 PM