{% extends "base.html" %} {% block title %}Schedule Administration{% endblock %} {% block content %}

Schedules (Add Schedule)

{% for sch in page.object_list %} {% endfor %}
ID Name Description Type Enabled
{{ sch.sch_name }} {{ sch.sch_description }} {{ sch.get_sch_type_display }} {{ sch.sch_enabled }}
{% include "pagination.html" %} {% endblock %}