{% for room in rooms %} | {{room}} | {% endfor %}|
---|---|---|
{{time//60}}:{{ "%02d" % (time % 60)}} | {% for talk in times[time / timestep * timestep] %} {% if not loop.first and talk.room == '*' %} {# skip: covered by colspan #} {% elif talk == None %}{% elif not talk.skip %} | {{talk.title}} | {% endif %} {% endfor %}