{% if cfdi.ieps %}

Complemento de IEPS

{% if cfdi.ieps.traslado %} {% for t in cfdi.ieps.traslado %} {% endfor %}
Traslado IEPS Base Tasa Importe
{{ t.impuesto }} {{ format_currency(t.base, moneda, include_symbol=false) if t.base else '-' }} {{ format_tax_rate(t.tasa_o_cuota) if t.tasa_o_cuota else '-' }} {{ format_currency(t.importe, moneda, include_symbol=false) if t.importe else '-' }}
{% endif %} {% if cfdi.ieps.retencion %} {% for r in cfdi.ieps.retencion %} {% endfor %}
Retención IEPS Importe
{{ r.impuesto }} -{{ format_currency(r.importe, moneda, include_symbol=false) if r.importe else '-' }}
{% endif %}
{% endif %}