#i18n{portal.system.modify_properties.boxTitle}

<#list groups_list as group>

${group.name}

${group.description}

<#list group.localizedDataList?sort_by("key") as property>
<#if property.key?ends_with( ".textblock" )> <#elseif property.key?ends_with( ".htmlblock") > <#else> <#if property.help?length > 0>${property.help}<#else>${property.key}
<#include "/admin/util/editor/editor.html" /> <@initEditor />