<#include "/admin/plugins/appointment/appointmentform/modify_appointmentform_tabs.html" />
<@tabs tab="entries" appointmentform=appointmentform />
<@comboWithParams name="id_type" items=entry_type_list default_value="-1" additionalParameters="class='form-control input-sm'"/>
<#if entry_group_list?has_content>
<@comboWithParams name="id_entry_group" default_value="" additionalParameters="class=\"form-control input-sm\"" items=entry_group_list />
<#list entry_list as entry> <#if entry.entryType.group> <#assign lastGroup = entry> <#if entry.parent?exists> <#else>
#i18n{appointment.labelTitle} #i18n{appointment.type.name} #i18n{appointment.createEntry.manageField.rowOrder} #i18n{appointment.actions.label} 
<#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 >