<@modal id='export_modal'> <@tform name='export_form' id='export_form' action='jsp/admin/plugins/appointment/modules/management/MultiviewAppointment.jsp'> <@modalHeader modalTitle='#i18n{appointment.export.modal.title}' /> <@modalBody> <#assign cpt=1> <#list defaultFieldList as defaultField> <@checkBox name='selectedDefaultFieldList' id="defaultField_${cpt}" value=defaultField.code labelKey=defaultField.name checked=true /> <#assign cpt=cpt+1> <@modalFooter> <@button type='cancel' title='#i18n{appointment.export.modal.button.ko}' params='data-dismiss="modal"' /> <@button type='submit' id='action_doExportResponses' name='action_doExportAppointments' title='#i18n{appointment.export.modal.button.ok}' />