Can you use the {for} smarty tag in a template to do a simple loop like

{for $itemnumber=1 to 16}
<li>{$itemnumber}</li>
{/for}

I tried it and got a syntax error: unrecognized tag 'for' ...