<#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?string additionalParameters='class="form-control"' /> <#else> <@comboWithParams name="id_graph_type" items=graph_type_list default_value="-1" additionalParameters='class="form-control"' />
#i18n{form.modifyRecap.buttonCancel}
<@initEditor />