title: $:/core/ui/Buttons/encryption tags: $:/tags/PageControls caption: {{$:/core/images/locked-padlock}} {{$:/language/Buttons/Encryption/Caption}} <$reveal type="match" state="$:/isEncrypted" text="yes"> <$button message="tw-clear-password" title={{$:/language/Buttons/Encryption/ClearPassword/Hint}} aria-label={{$:/language/Buttons/Encryption/ClearPassword/Caption}} class=<>> <$list filter="[prefix[yes]]"> {{$:/core/images/locked-padlock}} <$list filter="[prefix[yes]]"> <$text text={{$:/language/Buttons/Encryption/ClearPassword/Caption}}/> <$reveal type="nomatch" state="$:/isEncrypted" text="yes"> <$button message="tw-set-password" title={{$:/language/Buttons/Encryption/SetPassword/Hint}} aria-label={{$:/language/Buttons/Encryption/SetPassword/Caption}} class=<>> <$list filter="[prefix[yes]]"> {{$:/core/images/unlocked-padlock}} <$list filter="[prefix[yes]]"> <$text text={{$:/language/Buttons/Encryption/SetPassword/Caption}}/>