<tr><thstyle="width: 30px;"></th>{% for d in days if (d.index <5)or(d.lectures|length)> 0 %}<thstyle="width: {{ 100/(days|length) }}%"colspan="{{d.maxcol}}">{{ d.date.strftime("%A (%d.%m.%Y)") }}</th>{% endfor %}</tr>
<tr><thstyle="width: 30px;"></th>{% for d in days if (d.index <5)or(d.lectures|length)> 0 %}<thstyle="width: {{ 100/(days|length -1) }}%; min-width: 10em;"colspan="{{d.maxcol}}">{{ d.date.strftime("%A (%d.%m.%Y)") }}</th>{% endfor %}</tr>