{% extends "base.html" %} {% block title %}Schedule - THU Home Alert{% endblock %} {% block content %}

Schedule

OS: {{ status.os }}

Installed: {% if status.installed %} Yes {% else %} No {% endif %}

{% if status.next_run %}

Next Run: {{ status.next_run }}

{% endif %} {% if status.detail %}
Details
{{ status.detail }}
{% endif %}

Install Schedule

{% if status.installed %}

Uninstall

{% endif %} {% endblock %}