{% extends "base.html" %} {% block title %}Schedule - THU Home Alert{% endblock %} {% block content %}
OS: {{ status.os }}
Installed: {% if status.installed %} Yes {% else %} No {% endif %}
{% if status.next_run %}Next Run: {{ status.next_run }}
{% endif %} {% if status.detail %}{{ status.detail }}