<@row> <@columns> <@box color='primary'> <@boxHeader title='#i18n{appointment.createEntry.titleQuestion} : ${form.title} - #i18n{appointment.type.name} : ${entry.entryType.title}' /> <@boxBody> <@tform action='jsp/admin/plugins/appointment/ManageAppointmentFormEntries.jsp' method='post'>
<#if entry.fieldDepend?exists> <@formGroup labelFor='title' labelKey='#i18n{appointment.labelTitle}' mandatory=true> <@input type='text' name='title' id='title' value='' maxlength=255 /> <@formGroup labelFor='prefix' labelKey='#i18n{appointment.createEntry.labelPrefix}' helpKey='#i18n{appointment.createEntry.labelPrefixComment}'> <@input type='text' name='prefix' id='prefix' value='' maxlength=255 /> <@formGroup> <@button type='submit' name='save' buttonIcon='save' title='#i18n{appointment.labelSave}' size='' /> <@button type='submit' name='apply' buttonIcon='check' title='#i18n{appointment.createEntry.buttonApplyAndManageVerification}' size='' /> <@button type='submit' name='cancel' value='cancel' buttonIcon='times' title='#i18n{appointment.labelCancel}' color='btn-secondary' size='' />