{include file="encabezado.tpl.html"} Nuevo Producto
Listado de Productos


Hay {$stREG_TOTAL} Productos { foreach from=$stPAGES item=link key=page} { if $page == $stPAGE} {$page}  { else} {$page}  { /if} { /foreach} { if !$stLINKS.first}   { else} { /if}   { if !$stLINKS.previous}   { else} { /if}   { if !$stLINKS.next}   { else} { /if}   { if !$stLINKS.last}   { else} { /if}
{ foreach from=$stITEMS key=id item=item} { /foreach}
    Nombre Caracteristicas Categoria  
Editar {$item.Nombre} {$item.Caracteristicas|truncate:70:"...":true} {$item.Categoria|truncate:20:"...":true} Borrar

{include file="pie.tpl.html"}