Watchdogs

{% for task in tasks %}

{{task.name}}

{{task.text}}

{{task.last_change_time.strftime('%Y-%m-%d %H:%M:%S')}} - {{task.timeago}} ago 📂 View More {%- if task.error -%}
Error: {{task.error}} {% endif %}

{% endfor %}