Public signup for this instance is disabled. Go to our Self serve sign up page to request an account. Report potential security issues privately
$foreach.isLast() is not detecting last element.
Test case: #foreach($i in [1..3]) $foreach.isLast()<br/> #end
Result: false false false