#{if flash.success}
${flash.success}
#{/if} #{form @save()}

New keys

#{list items:newKeys.sort(),as:'key'} #{/list}
Key Compare #{include '_compareSelector.html'/} Edit #{include '_targetSelector.html'/} Ignore Keep
#{include '_keyWithSources.html'/}

${defaultLocalizations.get(key)}

Add new key
Ignored keys (${ignoreList.size()})

Existing keys

#{list items:existingKeys.sort(),as:'key'} #{/list}
Key Compare #{include '_compareSelector.html'/} Edit #{include '_targetSelector.html'/} Remove Keep
#{include '_keyWithSources.html'/}

${defaultLocalizations.get(key)}

Possibly obsolete keys

#{list items:obsoleteKeys.sort(),as:'key'} #{/list}
Key Compare #{include '_compareSelector.html'/} Edit #{include '_targetSelector.html'/} Remove Keep
#{include '_keyWithSources.html'/}

${defaultLocalizations.get(key)}

#{/form}