{% macro complements(parent, c) %} {% if c %} {% for k, c in iterate_complements(c) %}

{{ k | trans }}

{% include k + '.html' %} {% if not loop.last %}

{% endif %} {% endfor %} {% endif %} {% endmacro %} CFDI {% include k + '.html' %}