Some cronjobs are failing

{% for job in jobs %}

{{ job.name }} ({{ attribute(job, 'host-displayname') }})

Last failed on {{ job.lastfail.timestamp | date("d/m/Y H:i:s") }}

{% if job.lastfail.output is not empty %}
{{ job.lastfail.output }}
{% endif %} {% endfor %}