16 lines
603 B
Smarty
Executable File
16 lines
603 B
Smarty
Executable File
|
|
{include file="{$DOC_ROOT}/templates/items/atributos-valores-header.tpl" clase="Off"}
|
|
|
|
{if count($item.valores)}
|
|
{foreach from=$item.valores item=itm key=key}
|
|
{if $key%2 == 0}
|
|
{include file="{$DOC_ROOT}/templates/items/atributos-valores-base.tpl" clase="Off"}
|
|
{else}
|
|
{include file="{$DOC_ROOT}/templates/items/atributos-valores-base.tpl" clase="On"}
|
|
{/if}
|
|
{/foreach}
|
|
{else}
|
|
<tr><td colspan="3" align="center">Ningún registro encontrado.</td>
|
|
{/if}
|
|
|
|
{include file="{$DOC_ROOT}/templates/lists/pages_new2.tpl" pages=$valores.pages colspan=3} |