Watchdogs

{%- if not tasks -%}

No Tasks.

{% endif %} {% for task in tasks %}

{{task.name}}

{{task.text}}

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

{% endfor %}
{% if last_page_url %} Last Page {% endif %} {% if next_page_url %} Next Page {% endif %}