{% extends "base.html" %} {% block title %} » TPRs » {{tpr.code}} {% endblock %} {% block nav %} TPRs » {{tpr.code}} {% endblock %} {% block content %}
Code {{tpr.code}}
Teleswitch or Clock {% if tpr.is_teleswitch %} Teleswitch {% else %} Clock {% endif %}
GMT or Clock Time {% if tpr.is_gmt %} GMT {% else %} Clock Time {% endif %}
{% for ci in clock_intervals %} {% endfor %}
Clock Intervals
Day Of Week Start Day Start Month End Day End Month Start Hour Start Minute End Hour End Minute
{{ ci.day_of_week }} {{ ci.start_day}} {{ ci.start_month }} {{ ci.end_day }} {{ ci.end_month }} {{ ci.start_hour }} {{ ci.start_minute }} {{ ci.end_hour }} {{ ci.end_minute }}

SSCs

{% endblock %}