{% for res in data.resources -%}
{{res.url}}
{%- if res.description -%}
        |{{res.description}}
{%- else -%}
        |NODESC
{%- endif -%}
|{% for entry in res.entries -%}
        {{entry.id}}/{{entry.detectedAt}}/{{entry.description}},
{%- endfor %}
{% endfor %}
