{% if data.information %} {% for d in data.information %} {% if d.publishers[0] %} {% else %} {% endif %} {% endfor %}
Title URL Publisher/author Show producer in network
{{ d.title }} {{ d.url }} {% if d.publishers[0] %} {{ d.publishers[0] }} {% else %}

No producer

{% endif %}
{% elif data.producers %} {% for d in data.producers %} {% endfor %}
Name Type Show in network
{{ d.name }} {{ d.type_of }}
{% else %}

Nothing found

{% endif %}