<!-- NAME: customlist_default_view.tpl -->
<table>
<tr>
<td>
{$ATTRIBLABEL} :
</td>
</tr>
<tr>
<td>
{section name=counter loop=$row}
{$row[counter]}
{/section}
</td>
</tr>
</table>
<!-- END: customlist_default_view.tpl -->