{% for d in days if (d.index <5)or(d.lectures|length)> 0 %}
{% for d in days if (d.index <5)or(d.lectures|length)> 0 %}
{% for i in range(1,d.maxcol+1) %}
{% for i in range(1,d.maxcol+1) %}
{% for l in d.lectures|selectattr('schedule_col','equalto',i) if (((l.time_asdate.time() > t) and (l.time_asdate.time() <times[time_loop.index+1]))!=(l.time_asdate.time() ==t))%}
{% for l in d.lectures|selectattr('schedule_col','equalto',i) if (((l.time_asdate.time() > t) and (l.time_asdate.time() <times[time_loop.index+1]))!=(l.time_asdate.time() ==t))%}