{if $sourceHash}
{form legend="Edit Master String"}
{formfeedback hash=$masterMsg}
{formfeedback warning="{tr}You will need to clear the System Cache to see the changes.{/tr}"}
{/form}
{minifind name="Search master strings" sort_mode=$sort_mode}
{form legend="Edit Translations"}
{tr}Translations strings may appear empty if the language is not loaded. The language will be automatically loaded when you click the edit icon.{/tr}
{foreach from=$languages key=langCode item=lang}
{if $langCode ne 'en'}
{formlabel label=$lang.native_name}
{forminput}
{* if results are guessed, we don't need to escape *}
{if $masterStrings.$sourceHash.textarea}
{else}
{/if}
{/forminput}
{/if}
{/foreach}
{formhelp note="Guess Translations will try and get an estimated translation using google language tools. Please make sure you check the returned strings for messed up HTML."}