#i18n{transparency.manage_appointments.columnTitle} | #i18n{transparency.manage_appointments.columnStartDate} <@sort jsp_url="jsp/site/Portal.jsp?page=meeting" attribute="start_date" /> | #i18n{transparency.manage_appointments.columnElectedOfficials} | #i18n{transparency.manage_appointments.columnLobbies} | #i18n{transparency.manage_appointments.columnContacts} | <#if is_authenticated = true >#i18n{portal.util.labelActions} | #if>
---|---|---|---|---|---|
${appointment.startDate} |
<#list appointment.electedOfficialList as electedOfficial>
${electedOfficial.lastName} #list> |
<#list appointment.lobbyList as lobby> #list> | ${appointment.contacts!''} | <#if is_authenticated = true ><@aButton href='jsp/site/Portal.jsp?page=meeting&view=modifyAppointment&id=${appointment.id}' title='#i18n{portal.util.labelModify}' showTitle=false buttonIcon='pencil-square-o' size='xs' /> <@aButton href='jsp/site/Portal.jsp?page=meeting&action=confirmRemoveAppointment&id=${appointment.id}' title='#i18n{portal.util.labelDelete}' buttonIcon='trash' showTitle=false color='btn-danger' size='xs' /> | #if>