<div id="password-manager" class="page hidden"> <h1 i18n-content="passwordsPage"></h1> <h3 i18n-content="savedPasswordsTitle"></h3> <list id="saved-passwords-list" class="settings-list"></list> <div id="saved-passwords-list-empty-placeholder" class="settings-list-empty" hidden> <span i18n-content="passwordsNoPasswordsDescription"></span> <a target="_blank" i18n-content="learnMore" i18n-values="href:passwordManagerLearnMoreURL"></a> </div> <h3 i18n-content="passwordExceptionsTitle"></h3> <list id="password-exceptions-list" class="settings-list"></list> <div id="password-exceptions-list-empty-placeholder" hidden class="settings-list-empty"> <span i18n-content="passwordsNoExceptionsDescription"></span> <a target="_blank" i18n-content="learnMore" i18n-values="href:passwordManagerLearnMoreURL"></a> </div> </div>