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 %} < {% endif %} RSS {% if next_page_url %} > {% endif %}