<#include "/admin/util/editor/editor.html" />
#i18n{form.modifyRecap.title} : '${recap.form.title}'
#i18n{form.modifyRecap.labelRecapDataComment}
#i18n{form.modifyRecap.labelGraphComment}
<#if recap.graphType?exists>
<@comboWithParams name="id_graph_type" items=graph_type_list default_value=recap.graphType.idGraphType additionalParameters="class='form-control input-sm'" />
<#else>
<@comboWithParams name="id_graph_type" items=graph_type_list default_value="-1" additionalParameters="class='form-control input-sm'" />
<@initEditor />