<#include "/admin/util/editor/editor.html" />
#i18n{form.modifyRecap.title} : '${recap.form.title}'
#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 />
<@initEditor />