<?php $arr = array(1000, 1001, 1002); $smarty->assign('myArray', $arr); ?>
<ul> {foreach from=$myArray item=foo} <li>{$foo}</li> {/foreach} </ul>