<#include "/admin/plugins/form/commons.html" />
#i18n{form.modifyForm.title}

#i18n{form.createForm.labelTitleComment} 

#i18n{form.createForm.labelDescriptionComment}

<#if !form.category?exists> <#assign category_default_value="-2" /> <#else> <#assign category_default_value="${form.category.idCategory!}" /> <@combo name="id_category" items=category_list default_value=category_default_value />

#i18n{form.createForm.labelCategoryComment}

 #i18n{form.createForm.labelAdvancedSettings}

#i18n{form.createForm.frontOfficeTitleComment}

 #i18n{form.createForm.labelPublication}
checked="checked" /> #i18n{form.createForm.labelPublicationModeUser} checked="checked" /> #i18n{form.createForm.labelPublicationModeAuto}

#i18n{form.createForm.labelPublicationModeComment}

#i18n{form.createForm.labelDateBeginDisponibilityComment}

#i18n{form.createForm.labelDateEndDisponibilityComment}

#i18n{form.modifyForm.manageEnter.title}
<@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" /> <#include "/admin/util/calendar/calendar.html" /> <@initEditor /> <@getDatePickerRange idFieldFrom="date_begin_disponibility" idFieldTo="date_end_disponibility" language=locale /> <#macro comboOrders name default_value idParent > <#if mapChild?exists>