<#include "/admin/plugins/appointment/appointmentform/modify_appointmentform_tabs.html" />
<@modifyAppointmentFormLeftColumn appointmentform=appointmentform />
<@tabs tab="entries" appointmentform=appointmentform />
#i18n{appointment.modify_appointmentform.pageTitle}
<@combo name="id_type" items=entry_type_list default_value=-1 />
<#if entry_group_list?has_content>
<@comboWithParams name="id_entry_group" default_value="" additionalParameters="class=\"input-xlarge\"" items=entry_group_list />
<#list entry_list as entry> <#if entry.entryType.group> <#assign lastGroup = entry> <#if entry.parent?exists> <#else>
#i18n{appointment.createEntry.manageField.rowTitle} #i18n{appointment.modifyField.manageConditionalQuestion.rowType} #i18n{appointment.createEntry.manageField.rowOrder} #i18n{appointment.createEntry.manageField.rowActions} 
<#if !entry.entryType.group> <#if entry.entryType.group> ${entry.title} <#elseif entry.parent?exists> <#if entry.entryType.comment>
${entry.comment}
<#else>
${entry.title}
<#elseif entry.entryType.myLuteceUser> ${entry.title} <#else> <#if entry.entryType.comment> ${entry.comment} <#else> ${entry.title} <#if !entry.entryType.group> ${entry.entryType.title}
<#if entry.numberConditionalQuestion!=0> ${entry.numberConditionalQuestion}
<@comboOrders name="order_id_${entry.idEntry}" default_value=entry.position idParent=entry.parent.idEntry />
<@comboOrders name="order_id_${entry.idEntry}" default_value=entry.position idParent=0 /> <#if !entry.entryType.myLuteceUser>   <#if entry.parent?exists>   <#if !entry.entryType.group && !entry.entryType.myLuteceUser>    
<#macro comboOrders name default_value idParent >