<div class="col-sm-3">
<section class="box">
<h4 style="text-align:center;"><div class="sessblock roomheader">{{room.name}}</div></h4>
-
+ {% if session.cross_schedule %}
+ <h4>tada</h4>
+ {{session.timeslot}} - <b>{{session.title}}</b>
+ {%endif%}
{%for session in day.sessions%}
+ {%if session.leftpos == room.leftpos or session.widthpos == 1198 %}
<div class="sessblock track{{session.track.id}}"></div>
{%if session.id%}
<a href="session/{{session.id}}-{{session.title|slugify}}/">{{session.timeslot}}<br/><b>{{session.title}}</b><br/></a>
{%endif%}
{%for speaker in session.speakers %}{%if loop.first%}{%else%}, {%endif%}<i><a href="speaker/{{speaker.id}}-{{speaker.name|slugify}}/">{{speaker.name}}</a></i>{%endfor%}
+ {%endif%}
{%endfor%}
+
</section>
</div>
{%endfor%}