{%- block body -%}
{{data.url}}{% if data.description %} | {{data.description}}{% else %} | NODESC {% endif %} | {% for entry in data.entries %}{{entry.type}}{% if entry.id %}/{{entry.id}}{% endif %}{% if entry.detectedAt %}/{{entry.detectedAt}}{% endif %}{% if entry.description %}/{{entry.description}}{% endif %}{% if not loop.last %}, {% endif %}{% endfor %}
{%- endblock %}
