{{extend 'layout.html'}} {{=back}}

{{=form}} {{previous_dayofweek = dayofweek}} {{dayofweek = int(c[2])}} {{if dayofweek == 5 and dayofweek != previous_dayofweek:}}{{pass}}

Monday

{{dayofweek = 1}} {{for c in classes:}} {{if int(c[2]) == dayofweek:}} {{ =unicode(c[3]) + " " + unicode(c[4]) + " " + unicode(c[5])}}
{{else:}}

{{=c[1]}}

{{ =unicode(c[3]) + " " + unicode(c[4]) + " " + unicode(c[5])}}
{{pass}} {{pass}}