To get the last element of the array , refer following sample
<#list arrrayList as arr>
<#if !(arr_has_next)>Last Element</#if>
</#list>
To get the last element of the array , refer following sample
<#list arrrayList as arr>
<#if !(arr_has_next)>Last Element</#if>
</#list>