[%# The following variables are passed to this template: session_info => { username, session_id, superuser, fullname, etc } editor => 1 or undef or 0 editor_thislist => 1 or undef or 0 list => { name, listadd, approved, id } descriptions => { Issues => { A1 => blah, A2 => ... }, Constit => { A2 => blah } } page => "view" %] [% username = session_info.username %] [% item = list.id %] CALF | [% list.name %] [% INCLUDE groupshead %] [% INCLUDE colorbar color = "ff0000" height = "8" percent = "98%" %] [% INCLUDE editorsmenu IF editor.defined %] [% INCLUDE editorslistmenu IF editor_thislist.defined %] List Information:[% list.name %] [% "(UNAPPROVED)" IF list.approved == 0 %] [% PROCESS displaylistinfo %] [% INCLUDE footer %]