#i18n{portal.globalmanagement.editorChoice.editorBackOffice}
<#if !current_editor_back_office??> <#assign current_editor_back_office = ""> <@comboWithParams name="editor_back_office" additionalParameters="class='form-control input-sm'" items=listEditorsBackOffice default_value=current_editor_back_office />
#i18n{portal.globalmanagement.editorChoice.editorFrontOffice}
<#if !current_editor_front_office??> <#assign current_editor_front_office = ""> <@comboWithParams name="editor_front_office" additionalParameters="class='form-control input-sm'" items=listEditorsFrontOffice default_value=current_editor_front_office />