135 |
{{ o.translations.text_ON }}
136 | {% for wd in range(1, 8): %}
137 |
138 | {{ format_event(s.weekly['on_'+wd|string], True)|safe }}
139 |
140 | {% endfor%}
141 |
143 |
{{ o.translations.text_OFF }}
144 | {% for wd in range(1, 8): %}
145 |
146 | {{ format_event(s.weekly['off_'+wd|string], False)|safe }}
147 |
148 | {% endfor%}
149 |