{#if !strength.contains.includes('lowercase')}
  • {$_('must-contain-a-lowercase-letter')}
  • {/if} {#if !strength.contains.includes('uppercase')}
  • {$_('must-contain-a-uppercase-letter')}
  • {/if} {#if !strength.contains.includes('number')}
  • {$_('must-contain-a-number')}
  • {/if} {#if !(strength.length > 9)}
  • {$_('must-be-at-least-10-characters-long')}
  • {/if} {#if !(passwords_match == true)}
  • {$_('passwords-dont-match')}
  • {/if}