{% for p in data %} {{ p['producto'].id }}-{{ p['producto'].nombre }}
{% for m in p['whereIsPublished']['marketplaces'] %} {% if m['exist'] %} existe en {% else %} no existe en {% endif %} {{ m['marketplace_name'] }}
{% endfor %} {% endfor %}