<@row> <@columns>
<@messages infos=infos />

#i18n{transparency.manage_appointments.title}

<@row> <@columns>
<@messages errors=errors /> <@formGroup labelFor='search_title' labelKey='#i18n{transparency.manage_appointments.searchByTitleLabel}'> <@input id='search_title' name='search_title' type='text' value='' /> <@formGroup labelFor='search_period' labelKey='#i18n{transparency.manage_appointments.searchByPeriodLabel}'> <@select id='search_period' name='search_period'> <@formGroup labelFor='search_elected_official' labelKey='#i18n{transparency.manage_appointments.searchByElectedOfficialNameLabel}'> <@input type='text' id='search_elected_official' name='search_elected_official' value='' /> <@formGroup labelFor='search_lobby' labelKey='#i18n{transparency.manage_appointments.searchByLobbyNameLabel}'> <@input type='text' id='search_lobby' name='search_lobby' value='' /> <@formGroup> <@button type='submit' title='Rechercher' name='action_searchAppointment' buttonIcon='search' size='sm' /> <#if is_authenticated = false > <@aButton href='jsp/site/Portal.jsp?page=mylutece' title='Authentification' buttonIcon='user' size='sm' /> <#else> <@aButton href='jsp/site/Portal.jsp?page=meeting&view_createAppointment' buttonIcon='plus' title='#i18n{transparency.manage_appointments.buttonAdd}' size='sm' />
<@row params='style="margin-top:50px;"'> <@columns>
<#if is_authenticated = true > <#list appointment_list as appointment> <#if is_authenticated = true >
#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}#i18n{portal.util.labelActions}

${appointment.title}

${appointment.startDate} <#list appointment.electedOfficialList as electedOfficial> ${electedOfficial.lastName}
<#list appointment.lobbyList as lobby>

${lobby.name}

${appointment.contacts!''} <@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' />