<@row> <@columns>

#i18n{transparency.create_appointment.title}

<@tform class='form-horizontal' action='jsp/site/Portal.jsp?page=meeting' id='form_appointment'>
#i18n{transparency.create_appointment.title} <@messages errors=errors /> <@formGroup labelFor='title' labelKey='#i18n{transparency.create_appointment.labelTitle}' helpKey='#i18n{transparency.create_appointment.labelTitle.help}' mandatory=true> <@input type="text" id="title" name="title" value="${appointment.title!''}" maxlength=255 tabIndex="0" /> <@formGroup labelFor='description' labelKey='#i18n{transparency.create_appointment.labelDescription}' helpKey='#i18n{transparency.create_appointment.labelDescription.help}' mandatory=true> <@input type="text" id="description" name="description" value="${appointment.description!''}" tabIndex="1" /> <@formGroup labelFor='start_date' labelKey='#i18n{transparency.create_appointment.labelStartDate}' helpKey='#i18n{transparency.create_appointment.labelStartDate.help}' mandatory=true> <@input type="text" id="start_date" name="start_date" value="${appointment.startDate!''}" maxlength=20 tabIndex="2" /> <@formGroup labelKey='#i18n{transparency.create_appointment.contactsLabel}' helpKey='#i18n{transparency.create_appointment.contactsLabel.help}' mandatory=true> <@input type="text" name="contacts" value="${appointment.contacts!''}" /> <@formGroup labelKey='#i18n{transparency.create_appointment.labelElectedOfficials}' helpKey='#i18n{transparency.create_appointment.labelElectedOfficials.help}' > <@select name='id_elected_official' default_value="-1" items=electedofficials_list /> <@formGroup labelKey='#i18n{transparency.create_appointment.labelLobby}' helpKey='#i18n{transparency.create_appointment.labelLobby.help}' > <@input type='text' name='lobby_select' id='lobby_select' value='' /> <@formGroup> <@button name='action_createAppointment' type='submit' tabIndex='7' title='#i18n{portal.util.labelCreate}' buttonIcon='plus' size='sm' /> <@button name='view_manageAppointments' type='submit' title='#i18n{portal.util.labelCancel}' buttonIcon='close' color='btn-secondary' cancel=true size='sm' />