11 lines
310 B
Smarty
11 lines
310 B
Smarty
|
|
{**
|
||
|
|
* For the full copyright and license information, please view the LICENSE
|
||
|
|
* file that was distributed with this source code.
|
||
|
|
*}
|
||
|
|
{foreach from=$steps item="step" key="index"}
|
||
|
|
{render identifier = $step.identifier
|
||
|
|
position = ($index + 1)
|
||
|
|
ui = $step.ui
|
||
|
|
}
|
||
|
|
{/foreach}
|