Folio:
{$info.folio}
Vendedor:
{$info.vendedor}
Cajero:
{$info.usuario}

{if $info.tipoDesc != ''} {/if}
Subtotal:
{$info.subtotal|number_format:2:'.':','}
Descuento{if $info.tipoDesc == "Porcentaje"} {$info.valDesc}%{/if}:
{$info.descuento|number_format:2:'.':','}
Subtotal:
{$info.subtotalDesc|number_format:2:'.':','}
I.V.A:
{$info.ivaDesc|number_format:2:'.':','}
Total:
{$info.totalDesc|number_format:2:'.':','}