{% extends "base.html" %} {% block morecss %} ul.typelist { 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.daylist {list-style:none; padding-left:0; margin-bottom:20px;} li.daylistentry { margin-left:2em; font-weight: 400; } .sessiontable {margin-left: 2em; } .sessiontable td {padding-right: 1em;} .typelabel { font-size:162%; font-weight:700; } .daylabel { font-size:162%; font-weight:400; } .even { background-color:#EDF5FF; } .odd { background-color:white; } {% comment %}li.sessionlistentry { font-size:62%; }{% endcomment %} .type-lead:after { content: " (DO NOT POST)"; color:red; } .type-offagenda:after { content:" (not published on agenda)"; } {% endblock %} {% block title %}Agenda for {{meeting}} by Session Type{% endblock %} {% block content %} {% include "meeting/meeting_heading.html" with updated=meeting.updated selected="by-type" title_extra="by Session Type" %} {% regroup assignments by session.type_id as type_list %} {% endblock %}