@row>
<@columns>
<@box color='primary'>
<@boxHeader title='#i18n{appointment.modifyAppointmentForm.title} : ${appointmentform.title}' />
@box>
<@boxBody>
<@messages infos=infos errors=errors />
@boxBody>
@columns>
@row>
<#macro appointmentTabs tab appointmentform>
<@tabs>
<@listTabs>
<@getDatePickerBootstrap idField="date_start_validity" language=language />
<@getDatePickerBootstrap idField="date_end_validity" language=language />
#macro>