<#include "/admin/util/editor/editor.html" />

#i18n{form.modifyRecap.title} : '${recap.form.title}'

<#if recap.recapData> <#else>
#i18n{form.modifyRecap.labelRecapDataComment}

<#if recap.graph> <#else>
#i18n{form.modifyRecap.labelGraphComment} <#if !recap.graph>

<#if recap.graphType?exists> <@combo name="id_graph_type" items=graph_type_list default_value=recap.graphType.idGraphType /> <#else> <@combo name="id_graph_type" items=graph_type_list default_value=-1 />

#i18n{form.modifyRecap.selectGraphStyle2d} <#if recap.graphThreeDimension > #i18n{form.modifyRecap.selectGraphStyle3d} <#else> #i18n{form.modifyRecap.selectGraphStyle3d}

<#if recap.graphLabelValue> <#else>
#i18n{form.modifyRecap.labelGraphLabelComment}

<@initEditor />