{% extends "base.html" %} {% block morecss %} ul.daylist { list-style:none; padding-left:0; } li h2 { font-weight: 600; margin-top: 0.5em; } li h3 { font-weight: 400; margin-top: 0.5em; } li.even { background-color:#EDF5FF; } li.odd { background-color:white; } ul.roomlist {list-style:none; margin-top: 0.5em; } li.roomlistentry { font-weight: 400; } ul.sessionlist { list-style:none; padding-left:2em; margin-bottom:10px;} .type-lead:after { content: " (DO NOT POST)"; color:red; } .type-offagenda:after { content:" (not published on agenda)"; } {% endblock %} {% block title %}Agenda for {{meeting}} by Room{% endblock %} {% block content %} {% include "meeting/meeting_heading.html" with updated=meeting.updated selected="by-room" title_extra="by Room" %}