{{extend 'layout.html'}} {{=back}}
{{=form}}
Monday{{dayofweek = 1}} {{for c in classes:}} {{if int(c[2]) == dayofweek:}} {{ =unicode(c[3]) + " " + unicode(c[4]) + " " + unicode(c[5])}}{{else:}} |
{{previous_dayofweek = dayofweek}}
{{dayofweek = int(c[2])}}
{{if dayofweek == 5 and dayofweek != previous_dayofweek:}}
{{=c[1]}}{{ =unicode(c[3]) + " " + unicode(c[4]) + " " + unicode(c[5])}}{{pass}} {{pass}} |