<@row> <@columns>

#i18n{transparency.modify_appointment.title}

<@tform class='form-horizontal' action='jsp/site/Portal.jsp?page=meeting' id='form_appointment'>
#i18n{transparency.modify_appointment.title} <@messages errors=errors /> <@formGroup labelKey='#i18n{transparency.modify_appointment.labelElectedOfficial}' mandatory=false > <#list appointment.electedOfficialList as electedOfficial>

${electedOfficial.lastName}

<@formGroup labelFor='title' labelKey='#i18n{transparency.modify_appointment.labelTitle}' mandatory=true> <@input type='text' id='title' name='title' maxlength=255 value='${appointment.title}' tabIndex='0' /> <@formGroup labelFor='description' labelKey='#i18n{transparency.modify_appointment.labelDescription}' mandatory=true> <@input type='textarea' id='description' name='description' value='${appointment.description}' tabIndex='1'>${appointment.description} <@formGroup labelFor='start_date' labelKey='#i18n{transparency.modify_appointment.labelStartDate}' mandatory=true> <@input type='text' id='start_date' name='start_date' maxlength=20 value='${appointment.startDate}' tabIndex='2' /> <@formGroup labelKey='#i18n{transparency.modify_appointment.contactsLabel}' helpKey='#i18n{transparency.modify_appointment.contactsLabel.help}' mandatory=true> <@input type="text" name="contacts" value="${appointment.contacts!''}" /> <@formGroup labelKey='#i18n{transparency.modify_appointment.labelLobby}' mandatory=false > <#list appointment.lobbyList as lobby>

${lobby.name}

<@formGroup labelKey='#i18n{transparency.modify_appointment.labelNewLobby}' helpKey='#i18n{transparency.create_appointment.labelNewLobby.help}' > <@input type='text' name='lobby_select' id='lobby_select' value='' /> <#assign idFirstLobby = 0 /> <#if appointment.lobbyList?? && appointment.lobbyList[0]?? > <#assign idFirstLobby = appointment.lobbyList[0].id /> <@formGroup> <@button name='action_modifyAppointment' type='submit' tabIndex='7' title='#i18n{portal.util.labelModify}' buttonIcon='plus' size='sm' /> <@button name='view_manageAppointments' type='submit' title='#i18n{portal.util.labelCancel}' buttonIcon='close' color='btn-secondary' cancel=true size='sm' />