<#include "/admin/plugins/form/modify_form/tabs.html" /> <#include "/admin/plugins/form/commons.html" />
<@modifyFormLeftColumn form=form category_list=category_list />
<@tabs tab="questions" />
<@combo name="id_type" items=entry_type_list default_value=-1 />
<@paginationAdmin paginator=paginator combo=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.parent?exists> <#else>
#i18n{form.modifyForm.manageEnter.rowTitle} #i18n{form.modifyForm.manageEnter.rowType} #i18n{form.modifyForm.manageEnter.rowOrder} #i18n{form.modifyForm.manageEnter.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.parent?exists> <#elseif !entry.entryType.group && !entry.entryType.myLuteceUser> <#if !entry.entryType.group && !entry.entryType.myLuteceUser> <#if !entry.entryType.myLuteceUser>
<@paginationAdmin paginator=paginator/>
<#include "/admin/util/editor/editor.html" /> <@initEditor /> <#macro comboOrders name default_value idParent > <#if mapChild?exists>