{% extends "base.html" %} {% block title %}Schedule Administration{% endblock %} {% block content %}
Schedules (Add Schedule)
ID | Name | Description | Type | Enabled |
---|---|---|---|---|
{{ sch.sch_id }} | {{ sch.sch_name }} | {{ sch.sch_description }} | {{ sch.get_sch_type_display }} | {{ sch.sch_enabled }} |