angular.module("LoginAppNext.templates").run(["$templateCache",function(n){n.put("LoginAppNext/challenges/activation-required/activation-required.html",'<p translate="In order to log in, your DocuSign account needs to be active.">\r\n<\/p>\r\n<p ng-controller="ActivationRequired as activation">\r\n    <span translate="{{activation.errorMessageKey}}"><\/span>\r\n<\/p>\r\n');n.put("LoginAppNext/challenges/adminconsentpolicy/adminconsentpolicy.html",'<div ng-controller="AdminConsent as ac" class="adminconsentpolicy">\r\n    <div ng-if="ac.error">\r\n        <span class="error-msg" translate="{{ac.error.message}}" translate-values="{{ac.error.data}}"><\/span>\r\n    <\/div>\r\n    <div ng-if="!ac.error">\r\n        <div class="form-group">\r\n            <h2 translate="You are currently signed in as:"><\/h2>\r\n            <p class="email">{{ac.data.user_email}} <\/p>\r\n        <\/div>\r\n        <div class="form-group">\r\n            <h2 translate="[[appName]] is requesting the following permissions"\r\n                translate-interpolation="bracket"\r\n                translate-values="{appName: ac.data.app_name}"><\/h2>\r\n            <ul>\r\n                <li ng-repeat="scope in ac.data.requested_scopes | orderBy:\'displayOrder\'"\r\n                    translate="{{scope.long}}"\r\n                    class="list-of-scopes">\r\n                <\/li>\r\n            <\/ul>\r\n        <\/div>\r\n        <div class="form-group">\r\n            <h2 translate="For any user in the following organizations:"><\/h2>\r\n        <\/div>\r\n        <form name="form-group-inline" method="post" action="/" anti-forgery-secured challenge-response>\r\n            <div ng-repeat="(name, value) in ac.data.organization_isConsented">\r\n                <input class="select-orgnization"\r\n                       name="{{ac.data.organization_name_ids[name]}}"\r\n                       id="{{ac.data.organization_name_ids[name]}}"\r\n                       type="checkbox"\r\n                       value="{{ac.data.organization_isConsented[name]}}"\r\n                       ng-click="ac.data.toggleSelectedOg(name)"\r\n                       ng-disabled="value && !ac.data.organization_consent_checks_isModified[name]"\r\n                       ng-checked="value"/>\r\n                {{name}}\r\n\r\n            <\/div>\r\n            <div class="form-group">\r\n                <p class="text-muted"\r\n                   translate="The application you are connecting to is not provided by DocuSign, Inc. By clicking Accept, you are allowing the application to use your information in accordance with their respective [[!tos_link_start!]]terms of service[[!tos_link_end!]] and [[!privacy_link_start!]]privacy policies[[!privacy_link_end!]]."\r\n                   unsafe-interpolation="We use unsafe here so that we can place the links appropriately within the overall sentence.  URLs are vetted by application onboarding process."\r\n                   translate-values="{tos_link_start: adminConsent.termsPolicyStartTag, tos_link_end: adminConsent.termsPolicyEndTag, privacy_link_start: adminConsent.privacyPolicyStartTag, privacy_link_end: adminConsent.privacyPolicyEndTag}">\r\n                <\/p>\r\n            <\/div>\r\n            <button class="btn btn-main btn-lg" type="submit" translate="Accept"><\/button>\r\n            <input type="hidden" name="consentGranted" id="consentGranted" value="true"/>\r\n        <\/form>\r\n\r\n        <form class="form-group-inline" method="post" action="/" anti-forgery-secured challenge-response>\r\n            <button class="btn btn-secondary btn-lg" type="submit" translate="Cancel"><\/button>\r\n            <input type="hidden" name="consentGranted" id="consentGranted" value="false"/>\r\n        <\/form>\r\n    <\/div>\r\n<\/div>');n.put("LoginAppNext/challenges/appconsent/appconsent.html",'<div ng-controller="AppConsent as ac">\r\n    <div class="form-group" ng-repeat="appConsent in ac.data" ng-if="ac.textFlavor.name === \'login\'">\r\n        <h2 translate="[[appName]] is requesting permission to:"\r\n            translate-interpolation="bracket"\r\n            translate-values="{appName: appConsent.app_name}"><\/h2>\r\n        <ul>\r\n            <li ng-repeat="scope in appConsent.requested_scopes | orderBy:\'displayOrder\'"\r\n                translate="{{scope.long}}">\r\n            <\/li>\r\n        <\/ul>\r\n\r\n        <p class="text-muted"\r\n           translate="The application you are connecting to is not provided by DocuSign, Inc. By clicking Accept, you are allowing the application to use your information in accordance with their respective [[!tos_link_start!]]terms of service[[!tos_link_end!]] and [[!privacy_link_start!]]privacy policies[[!privacy_link_end!]]."\r\n           unsafe-interpolation="We use unsafe here so that we can place the links appropriately within the overall sentence.  URLs are vetted by application onboarding process."\r\n           translate-values="{tos_link_start: appConsent.termsPolicyStartTag, tos_link_end: appConsent.termsPolicyEndTag, privacy_link_start: appConsent.privacyPolicyStartTag, privacy_link_end: appConsent.privacyPolicyEndTag}">\r\n        <\/p>\r\n    <\/div>\r\n\r\n    <div class="form-group" ng-repeat="appConsent in ac.data | limitTo:1" ng-if="ac.textFlavor.name.includes(\'ariadnext\')">\r\n        <p\r\n            translate="In order to complete your signature, you will now be connected to our technical partner, AriadNEXT, for ID verification, requesting permission to:">\r\n        <\/p>\r\n        \r\n        <ul>\r\n            <li ng-repeat="scope in appConsent.requested_scopes | orderBy:\'displayOrder\'"\r\n                translate="{{scope.long}}">\r\n            <\/li>\r\n        <\/ul>\r\n\r\n        <p\r\n            translate="You will be requested in the following steps to capture or upload an image of an official ID document (passport or ID card). DocuSign will use this image for the purpose of verifying your identity. You can check our [[!tos_link_start!]]Terms of Use[[!tos_link_end!]] related to identity verification and signature before proceeding."\r\n            unsafe-interpolation="We use unsafe here so that we can place the links appropriately within the overall sentence.  URLs are vetted by application onboarding process."\r\n            translate-values="{tos_link_start: appConsent.termsPolicyStartTag, tos_link_end: appConsent.termsPolicyEndTag}">\r\n        <\/p>\r\n    <\/div>\r\n\t\r\n\t<div class="form-group" ng-repeat="appConsent in ac.data | limitTo:1" ng-if="ac.textFlavor.name.includes(\'idnow\')">\r\n        <p\r\n            translate="In order to complete the signature process, the sender is requesting verification of your identity. This process will involve you presenting your government-issued identification document (e.g. passport or other identification card) to a DocuSign service provider which will be used for the purpose of verifying your identity and storing evidence of this transaction and not for any other purpose. You will now be connected to DocuSign’s service provider, IDnow. IDnow will verify your identity and is requesting your permission to:">\r\n        <\/p>\r\n        \r\n        <ul>\r\n            <li ng-repeat="scope in appConsent.requested_scopes | orderBy:\'displayOrder\'"\r\n                translate="{{scope.long}}">\r\n            <\/li>\r\n        <\/ul>\r\n\r\n        <p\r\n            translate="By clicking \'Accept\' below, you agree to the [[!tos_link_start!]]Terms of Use[[!tos_link_end!]]"\r\n            unsafe-interpolation="We use unsafe here so that we can place the links appropriately within the overall sentence.  URLs are vetted by application onboarding process."\r\n            translate-values="{tos_link_start: appConsent.termsPolicyStartTag, tos_link_end: appConsent.termsPolicyEndTag}">\r\n        <\/p>\r\n    <\/div>\r\n\r\n    <div class="form-group">\r\n        <form class="form-group-inline" method="post" action="/" anti-forgery-secured challenge-response>\r\n            <button class="btn btn-main btn-lg" type="submit" translate="Accept"><\/button>\r\n            <input type="hidden" name="consentGranted" id="consentGranted" value="true" />\r\n        <\/form>\r\n        <form class="form-group-inline" method="post" action="/" anti-forgery-secured challenge-response>\r\n            <button class="btn btn-secondary btn-lg" type="submit" translate="Cancel"><\/button>\r\n            <input type="hidden" name="consentGranted" id="consentGranted" value="false" />\r\n        <\/form>\r\n    <\/div>\r\n<\/div>\r\n');n.put("LoginAppNext/challenges/domainloginrestrictionpolicy/domainloginrestrictionpolicy.html",'<div ng-controller="DomainLoginRestriction as domainRestriction">\r\n    <span>{{domainRestriction.error_message}}<\/span>\r\n    <div class="form-group-inline">\r\n        <a href="/logout" class="btn btn-main btn-lg" type="button" translate="Return"><\/a>\r\n    <\/div>\r\n<\/div>\r\n');n.put("LoginAppNext/challenges/federalapplicationpolicy/federalapplicationpolicy.html",'<div>\r\n    <span translate="You are accessing a U.S. Government Information System.  By selecting the Continue button, you consent to the following conditions:"><\/span>\r\n    <ul>\r\n        <li translate="Information system usage may be monitored, recorded, and subject to audit."><\/li>\r\n        <li translate="Unauthorized use of the information system is prohibited and subject to criminal and civil penalties."><\/li>\r\n    <\/ul>\r\n    <div class="form-group">\r\n        <form class="form-group-inline" method="post" action="/" anti-forgery-secured challenge-response>\r\n            <button class="btn btn-main btn-lg" type="submit" translate="Continue"><\/button>\r\n            <input type="hidden" name="consentGranted" id="consentGranted" value="true" />\r\n        <\/form>\r\n    <\/div>\r\n<\/div>\r\n');n.put("LoginAppNext/challenges/federateduserchangeemailpolicy/federateduserchangeemailpolicy.html",'<p ng-controller="FederatedUserChangeEmail as changeemail">\r\n    <span translate="Your company has changed your email address from [[formatStart]][[oldEmailAddress]][[formatEnd]] to [[formatStart]][[newEmailAddress]][[formatEnd]]."\r\n          translate-interpolation="bracket"\r\n          translate-values="{oldEmailAddress: changeemail.oldEmailAddress, newEmailAddress: changeemail.newEmailAddress, formatStart: changeemail.emailFormatStart,  formatEnd: changeemail.emailFormatEnd}"><\/span>\r\n<\/p>\r\n<form name="consentForm" method="post" action="/" class="form-group-inline" challenge-response anti-forgery-secured>\r\n    <button class="btn btn-main btn-lg" type="submit" translate="Continue"><\/button>\r\n    <input type="hidden" name="consentToChangeEmail" value="true" />\r\n<\/form>\r\n');n.put("LoginAppNext/challenges/federationconsentpolicy/federationconsentpolicy.html",'<div>\r\n    <p ng-controller="FederationConsent as consent">\r\n        <span translate="{{consent.errorMessageKey}}"><\/span>\r\n    <\/p>\r\n\r\n    <div class="form-group-inline">\r\n        <a href="/logout" class="btn btn-main btn-lg" type="button" translate="Return"><\/a>\r\n    <\/div>\r\n<\/div>\r\n');n.put("LoginAppNext/challenges/forcepassword/forcepassword.html",'<p translate="It\'s been a while since you changed your password. You must change the password on your account before you can log in.">\r\n<\/p>\r\n<div class="form-group-inline" ng-controller="ForcePasswordReset as reset">\r\n    <a class="btn btn-main" ng-href="{{reset.uri}}" translate="Reset Password"><\/a>\r\n<\/div>\r\n');n.put("LoginAppNext/challenges/passwordvalidation/passwordvalidation.html",'<div ng-controller="PasswordValidation as pv">\r\n    <ng-include src="\'/LoginAppNext/login/password/password.html\'"><\/ng-include>\r\n<\/div>');n.put("LoginAppNext/challenges/phone-verification/phone-verification.html",'<div class="content id-proof" ng-controller="PhoneVerification as idProof">\r\n    <header ng-switch="idProof.proofData.Type">\r\n        <h1 translate="SMS Authentication" ng-switch-when="sms"><\/h1>\r\n        <h1 translate="Voice Authentication" ng-switch-when="voice"><\/h1>\r\n    <\/header>\r\n    <p class="form-group" ng-if="idProof.error" role="alert">\r\n        <span class="error-msg" translate="{{idProof.error.message}}" translate-values="{{idProof.error.data}}"><\/span>\r\n    <\/p>\r\n    <div ng-if="!idProof.error">\r\n        <div ng-if="!idProof.codeSent" ng-switch="idProof.proofData.Type">\r\n            <p translate="To access this document, you will need to verify your identity."><\/p>\r\n            <div ng-if="idProof.proofData.PhoneNumbers.length == 1" ng-switch="idProof.proofData.Type">\r\n                <span translate="Please ensure you can receive text messages at this number:"\r\n                      ng-switch-when="sms"><\/span>\r\n                <span translate="Please ensure you can receive phone calls at this number:"\r\n                      ng-switch-when="voice"><\/span>\r\n                <p class="selectedDestination">{{idProof.proofData.PhoneNumbers[0]}}<\/p>\r\n            <\/div>\r\n            <div ng-if="idProof.proofData.PhoneNumbers.length > 1" ng-switch="idProof.proofData.Type">\r\n                <span translate="Please select a number where you can receive text messages:" ng-switch-when="sms" id="selectPhoneText">\r\n                <\/span>\r\n                <span translate="Please select a number where you can receive phone calls:" ng-switch-when="voice" id="selectPhoneText">\r\n                <\/span>\r\n                <br />\r\n                <form name="selectDestination" id="selectDestination" class="form-group selectDestination">\r\n                    <div ng-repeat="destination in idProof.proofData.PhoneNumbers" role="radiogroup" id="phoneGroup" aria-labelledby="selectPhoneText">\r\n                        <input id="destinationIndex{{$index}}" name="destinationIndex" type="radio" class="input-rb vh" value="{{$index}}" ng-checked="$index == 0" ng-model="idProof.destinationIndex" ng-change="idProof.selectedDestination = destination" />\r\n                        <label for="destinationIndex{{$index}}" class="rb-btn"><\/label>\r\n                        <label for="destinationIndex{{$index}}" class="rb-label text-strong">{{destination}}<\/label>\r\n                    <\/div>\r\n                <\/form>\r\n            <\/div>\r\n        <\/div>\r\n        <div ng-if="!idProof.codeSent">\r\n            <form name="sendCode" id="sendCode" class="form-group" method="post" action="/" challenge-response anti-forgery-secured>\r\n                <input type="hidden" name="displayNumber" id="displayNumber" value="{{idProof.selectedDestination}}" />\r\n                <input type="hidden" name="codeSent" id="codeSent" value="false" />\r\n                <input type="hidden" name="type" id="type" value="{{idProof.proofData.Type}}" />\r\n                <button class="btn btn-main btn-lg" type="submit" translate="Send Code"><\/button>\r\n            <\/form>\r\n        <\/div>\r\n\r\n        <div ng-if="idProof.codeSent">\r\n            <div ng-if="idProof.proofData.IsResend" ng-switch="idProof.proofData.Type">\r\n                <notification ng-if="idProof.proofData.IsResend" id="codeSentSms" type="success" ng-switch-when="sms" show-onload="true"\r\n                              message=\'{{"A code has been sent. You should receive a text message momentarily." | translate}}\'>\r\n                <\/notification>\r\n                <notification ng-if="idProof.proofData.IsResend" id="codeSentVoice" type="success" ng-switch-when="voice" show-onload="true"\r\n                              message=\'{{"A code has been sent. You should receive a phone call momentarily." | translate}}\'>\r\n                <\/notification>\r\n            <\/div>\r\n\r\n            <div ng-switch="idProof.proofData.Type">\r\n                <span translate="A text message with a verification code was sent to:" ng-switch-when="sms"><\/span>\r\n                <span translate="A phone call with a verification code was made to:" ng-switch-when="voice"><\/span>\r\n            <\/div>\r\n            <p class="selectedDestination">{{idProof.selectedDestination}}<\/p>\r\n            <form name="validateForm" id="validateForm" method="post" action="/" challenge-response anti-forgery-secured ng-if="idProof.codeSent">\r\n                <input type="hidden" name="displayNumber" id="displayNumber" value="{{idProof.selectedDestination}}" />\r\n                <input type="hidden" name="type" id="type" value="{{idProof.proofData.Type}}" />\r\n                <input type="hidden" name="codeSent" id="codeSent" value="true" />\r\n                <input type="hidden" name="resendCode" id="resendCode" value="false" />\r\n                <label class="label fallback-label" id="securityCodeLabel" for="security_code" \r\n                       label-alert\r\n                       translate-attr-label-text="Enter verification code">\r\n                <\/label>\r\n                <input name="security_code"\r\n                       id="security_code"\r\n                       class="input input-text security-code"\r\n                       ng-model="idProof.securityCode"\r\n                       security-code-input-validation="6"\r\n                       autocomplete="off" \r\n                       auto-focus\r\n                       required\r\n                       spellcheck="false"\r\n                       aria-required="true" \r\n                       aria-describedby="verificationError"\r\n                       custom-validation-message\r\n                       translate\r\n                       translate-attr-title="Enter verification code"\r\n                       translate-attr-value-missing-message="A verification code is required."\r\n                       translate-attr-pattern-mismatch-message="The security code is invalid.  The code should contain 6 digits. Please try again."\r\n                        />\r\n                <div ng-if="idProof.proofData.CurrentAttempt > 0" class="text-alert" role="alert" id="verificationError">\r\n                    <span translate="Incorrect code."><\/span>\r\n                    <span translate="This is your last attempt to verify the code."\r\n                          translate-interpolation="bracket"\r\n                          translate-values="{remaining: idProof.attemptsRemaining}" ng-show="idProof.attemptsRemaining == 1"><\/span>\r\n                    <span translate="You have [[remaining]] attempts left."\r\n                          translate-interpolation="bracket"\r\n                          translate-values="{remaining: idProof.attemptsRemaining}" ng-show="idProof.attemptsRemaining > 1"><\/span>\r\n                <\/div>                \r\n                <button class="btn btn-main btn-lg" type="submit" translate="Confirm Code" ng-disabled="idProofForm.$invalid || idProofForm.$submitted || idProof.securityCode.toString().length !== 6"><\/button>\r\n                <div ng-switch="idProof.proofData.Type">\r\n                    <button ng-click="idProof.resendCode()" ng-disabled="idProofForm.$submitted" translate="Resend code" ng-switch-when="sms" class="link btn-lg"><\/button>\r\n                    <button ng-click="idProof.resendCode()" ng-disabled="idProofForm.$submitted" translate="Call me again" ng-switch-when="voice" class="link btn-lg"><\/button>\r\n                <\/div>\r\n            <\/form>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n');n.put("LoginAppNext/challenges/proof-verification/auth-app-verify-code.html",'<div ng-controller="AuthAppVerifyCode as tfa" class="two-step-verification form-group">\r\n    <p class="text-alert form-group" ng-if="tfa.proofVerificationService.proofError" role="alert">\r\n        <span translate="{{tfa.proofVerificationService.proofError.message}}" translate-values="{{tfa.proofVerificationService.proofError.data}}"><\/span>\r\n    <\/p>\r\n    <i class="icon icon-phone-mobile proof-type-icon"><\/i>\r\n    <p translate="In order to verify your identity, enter the verification code generated by your authenticator app."\r\n       ng-if="!tfa.proofVerificationService.proofData.is_forgot_password_flow && !tfa.proofVerificationService.proofData.is_device_verification">\r\n    <\/p>\r\n    <p translate="We want to make sure it\'s really you. In order to further verify your identity, enter the verification code generated by your authenticator app."\r\n       ng-if="!tfa.proofVerificationService.proofData.is_forgot_password_flow && tfa.proofVerificationService.proofData.is_device_verification">\r\n    <\/p>\r\n    <p translate="We need more information to reset your password. In order to further verify your identity, enter the verification code generated by your authenticator app."\r\n       ng-if="tfa.proofVerificationService.proofData.is_forgot_password_flow">\r\n    <\/p>\r\n    <ng-include src="\'/LoginAppNext/challenges/proof-verification/verify-code-form.html\'"><\/ng-include>\r\n<\/div>\r\n');n.put("LoginAppNext/challenges/proof-verification/bootstrap.html",'<div ng-controller="BootstrapTwoFactorAuth as tfa" class="two-step-verification">\r\n    <p class="text-alert form-group" ng-if="tfa.proofVerificationService.proofError" role="alert">\r\n        <span translate="{{tfa.proofVerificationService.proofError.message}}" translate-values="{{tfa.proofVerificationService.proofError.data}}"><\/span>\r\n    <\/p>\r\n    <div>\r\n        <notification id="sendCodeError" type="error"\r\n                      message=\'{{"An error occurred while attempting to send a code. Please try again." | translate}}\'>\r\n        <\/notification>\r\n        <notification id="codeSentEmail" type="success"\r\n                      message=\'{{"We have resent the verification code to [[email]]." | translate}}\'\r\n                      values="{email: \'{{tfa.proofVerificationService.proofData.proof_list[tfa.proofVerificationService.selectedFactorIndex].email_address}}\'}">\r\n        <\/notification>\r\n        <p>\r\n            <div ng-if="!tfa.proofData.is_forgot_password_flow">\r\n                <span\r\n                    ng-if="tfa.proofVerificationService.proofData.is_device_verification"  \r\n                    translate="We want to make sure it\'s really you. In order to further verify your identity, enter the verification code that was sent to [[email]]."\r\n                    translate-interpolation="bracket"\r\n                    translate-values="{email: tfa.proofVerificationService.proofData.proof_list[tfa.proofVerificationService.selectedFactorIndex].email_address}">\r\n                <\/span>\r\n                <span ng-if="!tfa.proofVerificationService.proofData.is_device_verification"\r\n                      translate="In order to verify your identity, enter the verification code that was sent to [[email]]."\r\n                      translate-interpolation="bracket"\r\n                      translate-values="{email: tfa.proofVerificationService.proofData.proof_list[tfa.proofVerificationService.selectedFactorIndex].email_address}">\r\n                <\/span>\r\n            <\/div>\r\n            <span \r\n                    ng-if="tfa.proofVerificationService.proofData.is_forgot_password_flow"\r\n                    translate="We want to make sure it\'s really you. In order to further verify your identity, enter the verification code that was sent to [[email]]."\r\n                    translate-interpolation="bracket"\r\n                    translate-values="{email: tfa.proofVerificationService.proofData.proof_list[tfa.proofVerificationService.selectedFactorIndex].email_address}">\r\n            <\/span>\r\n        <\/p>\r\n        <ng-include src="\'/LoginAppNext/challenges/proof-verification/verify-code-form.html\'"><\/ng-include>\r\n        <div class="form-group">\r\n            <form name="resend" method="post" action="/" ng-if="tfa.canSubmitCode" challenge-response anti-forgery-secured>\r\n                <button class="link" \r\n                        type="button" \r\n                        ng-disabled="resend.$submitted" \r\n                        translate="Resend code" \r\n                        ng-click="tfa.resendCode()"><\/button>\r\n            <\/form>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n');n.put("LoginAppNext/challenges/proof-verification/change-send-options.html",'<div ng-controller="ChangeSendOptions as options" class="two-step-verification">\r\n    <form name="changeOption" method="post" action="/" anti-forgery-secured ng-hide="options.userHasOnlyOneProof">\r\n        <button class="link" type="button" translate="Try another way to verify your identity" ng-click="options.changeSendOptions()"><\/button>\r\n    <\/form>\r\n<\/div>');n.put("LoginAppNext/challenges/proof-verification/forgot-password.html",'<div ng-controller="ForgotPassword as fpw" class="two-step-verification">\r\n    <p class="text-alert form-group" ng-if="fpw.proofVerificationService.proofError" role="alert">\r\n        <span translate="{{fpw.proofVerificationService.proofError.message}}" translate-values="{{fpw.proofVerificationService.proofError.data}}"><\/span>\r\n    <\/p>\r\n    <div>\r\n        <notification id="sendCodeError" type="error"\r\n                      message=\'{{"An error occurred while attempting to send a code. Please try again." | translate}}\'>\r\n        <\/notification>\r\n        <notification id="codeSentEmail" type="success"\r\n                      message=\'{{"We have resent the verification code to [[email]]." | translate}}\'\r\n                      values="{email: \'{{fpw.proofVerificationService.proofData.proof_list[fpw.proofVerificationService.selectedFactorIndex].email_address}}\'}">\r\n        <\/notification>\r\n        <p>\r\n            <span \r\n                  translate="We want to make sure it\'s really you. In order to further verify your identity, enter the verification code that was sent to [[email]]."\r\n                  translate-interpolation="bracket"\r\n                  translate-values="{email: fpw.proofVerificationService.proofData.proof_list[fpw.proofVerificationService.selectedFactorIndex].email_address}">\r\n            <\/span>\r\n        <\/p>\r\n        <ng-include src="\'/LoginAppNext/challenges/proof-verification/verify-code-form.html\'"><\/ng-include>\r\n        <div class="form-group">\r\n            <form name="resend" method="post" action="/" challenge-response anti-forgery-secured>\r\n                <button class="link"\r\n                        type="button"\r\n                        ng-disabled="resend.$submitted || fpw.isSending"\r\n                        translate="Resend code"\r\n                        ng-click="fpw.resendCode()"><\/button>\r\n            <\/form>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n');n.put("LoginAppNext/challenges/proof-verification/phone-options.html",'<div ng-controller="PhoneOptions as phone" class="two-step-verification form-group">\r\n    <notification id="sendCodeError"\r\n                  message=\'{{"An error occurred while attempting to send a code. Please try again." | translate}}\'\r\n                  type="error"><\/notification>\r\n    <p translate="In order to verify your identity, we will send a verification code to your registered phone number ending in [[smsNumber]]"\r\n       translate-interpolation="bracket"\r\n       translate-values="{smsNumber: phone.proofVerificationService.proofData.proof_list[phone.proofVerificationService.selectedFactorIndex].phone_number}"\r\n       ng-if="!phone.proofVerificationService.proofData.is_forgot_password_flow && !phone.proofVerificationService.proofData.is_device_verification">\r\n    <\/p>\r\n    <p translate="We want to make sure it\'s really you. In order to further verify your identity, enter the verification code to your registered phone number ending in [[smsNumber]]"\r\n       translate-interpolation="bracket"\r\n       translate-values="{smsNumber: phone.proofVerificationService.proofData.proof_list[phone.proofVerificationService.selectedFactorIndex].phone_number}"\r\n       ng-if="!phone.proofVerificationService.proofData.is_forgot_password_flow && phone.proofVerificationService.proofData.is_device_verification">\r\n    <\/p>\r\n    <p translate="We need more information to reset your password. In order to further verify your identity, we will send a verification code to your registered phone number ending in [[smsNumber]]"\r\n       translate-interpolation="bracket"\r\n       translate-values="{smsNumber: phone.proofVerificationService.proofData.proof_list[phone.proofVerificationService.selectedFactorIndex].phone_number}"\r\n       ng-if="phone.proofVerificationService.proofData.is_forgot_password_flow">\r\n    <\/p>\r\n    <p id="selectSendMethodText" translate="How do you want to get the code?">\r\n    <\/p>\r\n    <form name="sendCode" id="sendCode" action="/" method="post" class="form-group" challenge-response anti-forgery-secured>\r\n        <div role="radiogroup" id="phoneSendMethods" aria-labelledby="selectSendMethodText" class="send-code">\r\n            <div class="rb">\r\n                <input id="sendMethodSMS"\r\n                       name="sendMethod"\r\n                       type="radio"\r\n                       class="input-rb vh"\r\n                       ng-click="phone.proofVerificationService.setCurrentChannel(\'sms\')"\r\n                       ng-checked="phone.proofVerificationService.selectedChannelType == \'sms\'" />\r\n                <label for="sendMethodSMS" class="rb-btn"><\/label>\r\n                <label for="sendMethodSMS" class="rb-label text-strong" translate="Text Message"><\/label>\r\n            <\/div>\r\n            <div class="rb" ng-if="phone.isVoiceEnabled">\r\n                <input id="sendMethodVoice"\r\n                       name="sendMethod"\r\n                       type="radio"\r\n                       class="input-rb vh"\r\n                       ng-click="phone.proofVerificationService.setCurrentChannel(\'voice\')"\r\n                       ng-checked="phone.proofVerificationService.selectedChannelType == \'voice\'" />\r\n                <label for="sendMethodVoice" class="rb-btn"><\/label>\r\n                <label for="sendMethodVoice" class="rb-label text-strong" translate="Phone Call"><\/label>\r\n            <\/div>\r\n        <\/div>\r\n        <button class="btn btn-main btn-lg form-group" type="button" translate="Continue" ng-disabled="tfa.isSending" ng-click="phone.sendPhoneCode();" auto-focus><\/button>\r\n    <\/form>\r\n<\/div>\r\n');n.put("LoginAppNext/challenges/proof-verification/select-proof.html",'<div ng-controller="SelectProof as tfa" class="two-step-verification form-group">\r\n    <p translate="In order to verify your identity, choose a verification method from the list below:"><\/p>\r\n    <form name="changeOption" method="post" action="/" challenge-response anti-forgery-secured class="form-group">\r\n        <ul class="factor-list">\r\n            <li ng-repeat="option in tfa.proofVerificationService.proofData.proof_list" \r\n                class="btn-group">\r\n                <button \r\n                    class="btn btn-secondary" \r\n                    data-qa="two_factor_auth_service_proof_list_{{$index}}"\r\n                    ng-switch="tfa.proofVerificationService.getRecoveryType(option)"\r\n                    type="button"\r\n                    ng-click="tfa.selectOption(option)"\r\n                    ng-disabled="tfa.isSending"\r\n                    auto-focus="{{$index == 0}}"\r\n                    >\r\n                    <i class="icon icon-phone-mobile" ng-switch-when="authenticatorApp"><\/i>\r\n                    <i class="icon icon-phone" ng-switch-when="phone"><\/i>\r\n                    <i class="icon icon-email" ng-switch-when="email"><\/i>\r\n                    <div class="btn-contents" ng-switch="tfa.proofVerificationService.getRecoveryType(option)">\r\n                        <h2 translate="Authenticator App" ng-switch-when="authenticatorApp"><\/h2>\r\n                        <h2 translate="Text Message or Phone Call" ng-switch-when="phone"><\/h2>\r\n                        <h2 translate="Email" ng-switch-when="email"><\/h2>\r\n                        <span class="btn-description"\r\n                              ng-switch-when="authenticatorApp"\r\n                              translate="On your mobile device"><\/span>\r\n                        <span class="btn-description" \r\n                              ng-switch-when="phone" \r\n                              translate="Phone number ending in [[number]]"\r\n                              translate-interpolation="bracket"\r\n                              translate-values="{number: option.phone_number}"\r\n                              ><\/span>                        \r\n                        <span class="btn-description" \r\n                              ng-switch-when="email"\r\n                              translate="Email address in this format [[email]]"\r\n                              translate-interpolation="bracket"\r\n                              translate-values="{email: option.email_address}"\r\n                              ><\/span>\r\n                    <\/div>\r\n                    <i class="icon icon-caret-right"><\/i>\r\n                <\/button>\r\n            <\/li>\r\n        <\/ul>\r\n    <\/form>\r\n<\/div>');n.put("LoginAppNext/challenges/proof-verification/tfa-error.html",'<div ng-controller="TwoFactorAuthError as tfaError" class="two-step-verification form-group">    \r\n    <p translate="Two-step verification failed. See below for more information."/>\r\n    <p class="text-alert form-group" ng-if="tfaError.localError" role="alert">\r\n        <span translate="{{tfaError.localError.message}}"><\/span>\r\n    <\/p>\r\n    <ng-include src="\'/LoginAppNext/challenges/two-step-verification/change-send-options.html\'" ng-if="tfaError.canUseDifferentProof"><\/ng-include>\r\n<\/div>');n.put("LoginAppNext/challenges/proof-verification/verify-code-form.html",'<form name="codeVerification" method="post" action="/" challenge-response anti-forgery-secured  ng-controller="VerifyCodeForm as verify">\r\n    <div class="form-group">\r\n        <label class="label placeholder" \r\n                id="securityCodeLabel" \r\n                for="security_code" \r\n                label-alert\r\n                translate\r\n                translate-attr-label-text="Enter verification code">\r\n        <\/label>\r\n        <input name="security_code" \r\n                id="security_code" \r\n                class="input input-text security-code" \r\n                ng-model="securityCode" \r\n                autocomplete="off" \r\n                auto-focus \r\n                type="text"\r\n                pattern="[0-9]{6}"\r\n                maxlength="6"\r\n                required="required"\r\n                aria-required="true" \r\n                custom-validation-message\r\n                translate\r\n                translate-attr-title="Enter verification code"\r\n                translate-attr-value-missing-message="A security code is required."\r\n                translate-attr-pattern-mismatch-message="The security code is invalid.  The code should contain 6 digits. Please try again."\r\n                />\r\n        <input type="hidden" name="recovery_info_id" id="recovery_info_id" ng-value="verify.proofVerificationService.proofData.proof_list[verify.proofVerificationService.selectedFactorIndex].id" />\r\n        <input type="hidden" name="channel_type" id="channel_type" ng-value="verify.proofVerificationService.getCurrentChannelType()" />\r\n    <\/div>\r\n    <div class="form-group">                                \r\n        <div class="form-group-inline trusted-device" ng-if="verify.proofVerificationService.allowTrustedDevices">\r\n            <div class="cb">\r\n                <input name="is_device_trusted" id="is_device_trusted" type="checkbox" class="cb_input" value="on" />\r\n                <label class="cb_label" for="is_device_trusted" translate="Remember this device"><\/label>\r\n            <\/div>\r\n        <\/div>\r\n        <button class="btn btn-main btn-lg" \r\n                type="submit" \r\n                translate="Confirm" \r\n                ng-disabled="codeVerification.$invalid || codeVerification.$submitted"><\/button>\r\n    <\/div>\r\n<\/form>');n.put("LoginAppNext/challenges/proof-verification/verify-code.html",'<div ng-controller="VerifyCode as verify" class="two-step-verification">\r\n    <p class="text-alert form-group" ng-if="verify.proofVerificationService.proofError" role="alert">\r\n        <span translate="{{verify.proofVerificationService.proofError.message}}"><\/span>\r\n    <\/p>\r\n    <div>\r\n        <notification id="sendCodeError" type="error"\r\n                      message=\'{{"An error occurred while attempting to send a code. Please try again." | translate}}\'>\r\n        <\/notification>\r\n        <div ng-switch="verify.proofVerificationService.getCurrentChannelType()">\r\n            <i class="icon icon-email proof-type-icon" ng-switch-when="email"><\/i>\r\n            <i class="icon icon-phone proof-type-icon" ng-if="verify.proofVerificationService.getRecoveryType() == \'phone\'"><\/i>\r\n            <notification id="codeSentSms" type="success" ng-switch-when="sms" \r\n                          message=\'{{"A code has been sent. You should receive a text message momentarily." | translate}}\'>\r\n            <\/notification>\r\n            <notification id="codeSentVoice" type="success" ng-switch-when="voice"\r\n                          message=\'{{"A code has been sent. You should receive a phone call momentarily." | translate}}\'>\r\n            <\/notification>\r\n            <notification id="codeSentEmail" type="success" ng-switch-when="email"\r\n                          message=\'{{"A code has been sent. You should receive an email momentarily." | translate}}\'>\r\n            <\/notification>\r\n        <\/div>\r\n        <p ng-switch="verify.proofVerificationService.getRecoveryType(verify.selectedFactor)">\r\n            <span ng-switch-when="phone" ng-show="verify.proofVerificationService.getCurrentChannelType() == \'sms\'"\r\n                  translate="Enter the verification code from the text message that was sent to the number ending in [[smsNumber]]"\r\n                  translate-interpolation="bracket"\r\n                  translate-values="{smsNumber: verify.proofVerificationService.proofData.proof_list[verify.proofVerificationService.selectedFactorIndex].phone_number}">\r\n            <\/span>\r\n            <span ng-switch-when="phone" ng-show="verify.proofVerificationService.getCurrentChannelType() == \'voice\'"\r\n                  translate="Enter the verification code from the voice message that was sent to the number ending in [[phoneNumber]]"\r\n                  translate-interpolation="bracket"\r\n                  translate-values="{phoneNumber: verify.proofVerificationService.proofData.proof_list[verify.proofVerificationService.selectedFactorIndex].phone_number}">\r\n            <\/span>\r\n            <span ng-switch-when="email" ng-show="!verify.proofVerificationService.proofData.is_device_verification"\r\n                  translate="Enter the verification code that was sent to the following email [[email]]"\r\n                  translate-interpolation="bracket"\r\n                  translate-values="{email: verify.proofVerificationService.proofData.proof_list[verify.proofVerificationService.selectedFactorIndex].email_address}">\r\n            <\/span>\r\n            <span ng-switch-when="email" ng-show="verify.proofVerificationService.proofData.is_device_verification"\r\n                  translate="We want to make sure it\'s really you. In order to further verify your identity, enter the verification code that was sent to the following email [[email]]"\r\n                  translate-interpolation="bracket"\r\n                  translate-values="{email: verify.proofVerificationService.proofData.proof_list[verify.proofVerificationService.selectedFactorIndex].email_address}">\r\n            <\/span>\r\n            <span ng-switch-when="authenticatorApp" ng-show="!verify.proofVerificationService.proofData.is_device_verification"\r\n                  translate="Enter the verification code generated by your authenticator app."><\/span>\r\n            <span ng-switch-when="authenticatorApp" ng-show="verify.proofVerificationService.proofData.is_device_verification"\r\n                  translate="We want to make sure it\'s really you. In order to further verify your identity, enter the verification code generated by your authenticator app."><\/span>\r\n        <\/p>\r\n        <ng-include src="\'/LoginAppNext/challenges/proof-verification/verify-code-form.html\'"><\/ng-include>\r\n        <div class="form-group">\r\n            <form name="resend" method="post" action="/" challenge-response anti-forgery-secured>\r\n                <button class="link"\r\n                        type="button"\r\n                        ng-disabled="resend.$submitted || verify.isSending"\r\n                        translate="Resend code"\r\n                        ng-click="verify.resendCode()"><\/button>\r\n            <\/form>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n');n.put("LoginAppNext/challenges/secret-questions-secret-answer/secret-questions-secret-answer.html",'<div ng-controller="SecretQuestionsController as sqsa" class="secret-question-secret-answer">\r\n    <p class="text-alert form-group" ng-if="sqsa.error" role="alert">\r\n        <span translate="{{sqsa.error.message}}" translate-interpolation="bracket" translate-values="{{sqsa.error.data}}"><\/span>\r\n    <\/p>\r\n    <div ng-if="!sqsa.sqsaData.is_locked_out">        \r\n        <form name="passwordQuestionForm" method="post" action="/" challenge-response anti-forgery-secured>\r\n            <p translate="Please answer these questions to reset your password."><\/p>\r\n            <div class="form-group">\r\n                <div ng-repeat-start="question in sqsa.sqsaData.questions" class="recovery-question">\r\n                    <p id="passwordQuestion{{$index + 1}}" class="question">{{question}}<\/p>\r\n                    <label class="label fallback-label" \r\n                           id="passwordAnswer{{$index + 1}}Label" \r\n                           for="passwordAnswer{{$index + 1}}"\r\n                           label-alert\r\n                           translate\r\n                           translate-interpolation="bracket"\r\n                           translate-attr-label-text="Answer #[[answerNumber]]" \r\n                           translate-values="{answerNumber: $index + 1}">\r\n                    <\/label>\r\n                    <input name="passwordAnswer{{$index + 1}}"\r\n                            id="passwordAnswer{{$index + 1}}"\r\n                            ng-model="passwordAnswer[$index + 1]"\r\n                            class="input input-text"\r\n                            autocomplete="off"\r\n                            type="text"\r\n                            required="required"\r\n                            spellcheck="false"\r\n                            aria-required="true"\r\n                            custom-validation-message\r\n                            translate\r\n                            translate-attr-title="Answer"\r\n                            translate-attr-value-missing-message="An answer is required." />\r\n                <\/div>\r\n                <div ng-repeat-end><\/div>\r\n            <\/div>\r\n            <div class="form-group">\r\n                <button class="btn btn-main btn-lg"\r\n                        type="submit"\r\n                        translate="Continue"\r\n                        ng-disabled="passwordQuestionForm.$invalid || passwordQuestionForm.$submitted"><\/button>\r\n            <\/div>\r\n        <\/form>\r\n    <\/div>\r\n<\/div>');n.put("LoginAppNext/challenges/socialsamlconsent/socialsamlconsent.html",'<div ng-controller="SocialSamlConsent as socialSaml">\r\n    <div>\r\n        <h2 translate="Link your Account [[userEmail]] to [[orgName]]"\r\n            translate-interpolation="bracket"\r\n            translate-values="{userEmail: socialSaml.email, orgName: socialSaml.organizationName}"><\/h2>\r\n    <\/div>\r\n    \r\n    <div ng-if="socialSaml.error">\r\n        <span class="error-msg" translate="{{socialSaml.error.message}}" translate-values="{{socialSaml.error.data}}"><\/span>\r\n    <\/div>\r\n\r\n    <div class="form-group">\r\n        <span translate="By clicking \'Accept\' you would like to enable seamless login from [[orgName]]"\r\n              translate-interpolation="bracket"\r\n              translate-values="{orgName: socialSaml.organizationName}"><\/span>\r\n    <\/div>\r\n\r\n    <form name="consentForm" method="post" action="/" class="form-group-inline" challenge-response anti-forgery-secured>\r\n        <button class="btn btn-main btn-lg" type="submit" translate="Accept"><\/button>\r\n        <input type="hidden" name="consentGranted" id="consentGranted" value="true" />\r\n    <\/form>\r\n\r\n    <form class="form-group-inline" method="post" action="/" anti-forgery-secured challenge-response>\r\n        <button class="btn btn-secondary btn-lg" type="submit" translate="Cancel"><\/button>\r\n        <input type="hidden" name="consentGranted" id="consentGranted" value="false" />\r\n    <\/form>\r\n<\/div>');n.put("LoginAppNext/challenges/user-selection/user-selection.html",'<div ng-controller="UserSelection as users">\r\n    <p translate="There are multiple users associated with this email address. Select a user to continue.">\r\n    <\/p>\r\n    <form name="userSelection" method="post" action="/" challenge-response anti-forgery-secured>\r\n        <ul class="buttons user-selection">\r\n            <li ng-repeat="user in users.available" ng-click="users.selectedUser = user">\r\n                <button class="btn btn-minor user" type="submit">\r\n                    <div>\r\n                        <i class="avatar avatar-medium">\r\n                            <img src="/LoginAppNext/images/user badge/medium.png" translate-attr-alt="User icon" />\r\n                        <\/i>\r\n                    <\/div>\r\n                    <div class="user-info">\r\n                        <span class="name">{{user.FirstName}} {{user.LastName}}<\/span>\r\n                        <br />\r\n                        <span translate="[[accountName]] ([[siteName]])"\r\n                              translate-interpolation="bracket"\r\n                              translate-values="{accountName: user.AccountName, siteName: user.SiteName}"><\/span>\r\n                    <\/div>\r\n                    <span class="icon icon-caret-right"><\/span>\r\n                <\/button>\r\n\r\n            <\/li>\r\n        <\/ul>\r\n        <input type="hidden" name="UserId" ng-value="users.selectedUser.UserId" />\r\n        <input type="hidden" name="SiteId" ng-value="users.selectedUser.SiteId" />\r\n    <\/form>\r\n<\/div>\r\n');n.put("LoginAppNext/invite/activate-account.html",'<div ng-controller="ActivateAccount as activate">\r\n    <p class="text-center" translate="Thank you for choosing DocuSign. Please complete the steps below and click ACTIVATE to continue."><\/p>\r\n    <form name="activate.activate_account" id="activate_account" method="post" action="/" invite-submission anti-forgery-secured oauth-flow onsubmit="return false;">\r\n\r\n        <div class="form-group">\r\n            <p class="text-center text-strong">{{username}}<\/p>\r\n        <\/div>\r\n        <div class="form-group">\r\n            <p class="text-center text-strong">{{email}}<\/p>\r\n        <\/div>\r\n        <p class="text-alert form-group" role="alert">\r\n            <span translate="{{activate.error.message}}" translate-values="{{activate.error.data}}"><\/span>\r\n        <\/p>\r\n        <div class="form-group">\r\n            <label class="label"\r\n                   id="password_label"\r\n                   for="password"\r\n                   label-alert\r\n                   translate-attr-label-text="Enter a password">\r\n            <\/label>\r\n            <input name="password"\r\n                   id="password"\r\n                   ng-model="activate.password"\r\n                   class="input input-text"\r\n                   autocomplete="off"\r\n                   type="password"\r\n                   pattern="^[a-zA-Z0-9\\-+\\?\\*\\$\\[\\]\\^\\.\\\\\\\\\\(\\)\\|`~!@#%&_=\\{\\}:;&quot;\',/]{6,}$"\r\n                   required="required"\r\n                   spellcheck="false"\r\n                   aria-required="true"\r\n                   custom-validation-message\r\n                   translate\r\n                   translate-attr-title="Enter a password"\r\n                   translate-attr-pattern-mismatch-message="A password must be at least 6 characters long, and may not contain spaces or the &#60; or &#62; characters."\r\n                   translate-attr-value-missing-message="A password is required." />\r\n        <\/div>\r\n        <div class="form-group">\r\n            <label class="label"\r\n                   id="password_confirm_label"\r\n                   for="password_confirm"\r\n                   label-alert\r\n                   translate-attr-label-text="Retype the password">\r\n            <\/label>\r\n            <input name="password_confirm"\r\n                   id="password_confirm"\r\n                   ng-model="activate.password_confirm"\r\n                   class="input input-text"\r\n                   autocomplete="off"\r\n                   type="password"\r\n                   required="required"\r\n                   spellcheck="false"\r\n                   aria-required="true"\r\n                   match-field-validator="password"\r\n                   custom-validation-message\r\n                   translate\r\n                   translate-attr-title="Retype the password"\r\n                   translate-attr-field-mismatch-message="Please verify that you have typed the same password twice."\r\n                   translate-attr-value-missing-message="A password is required." />\r\n        <\/div>\r\n        <input type="hidden" name="token_id" id="token_id" value="{{token_id}}" />\r\n        <input type="hidden" name="token_secret" id="token_secret" value="{{token_secret}}" />\r\n        <input type="hidden" name="lang" id="lang" value="{{lang}}" />\r\n\r\n        <div ng-hide="activate.countryList == null">\r\n            <div>\r\n                <label for="country_code" class="label ng-scope" label-required="*" translate="Country"><\/label>\r\n                <div class="select-wrap">\r\n                    <select id="country_code"\r\n                            name="country_code"\r\n                            ng-model="activate.selectedCountry"\r\n                            ng-change="activate.displayLocalizedOptIn()"\r\n                            data-qa="sign-up-country_option"\r\n                            ng-required="activate.showGDPRFields()">\r\n                        <option value="" translate="Select Country"><\/option>\r\n                        <option ng-repeat="(key, value) in activate.countryList" value="{{key}}" ng-model="countryList">\r\n                            {{value.name}}\r\n                        <\/option>\r\n                    <\/select>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class="form-group" id="subscribe" ng-hide="activate.selectedCountry == null">\r\n                <input type="checkbox"\r\n                       name="subscribed"\r\n                       id="subscribed"\r\n                       ng-click="activate.updateSubscribeCheckedAttr($event)"\r\n                       class="cb_input"\r\n                       value="{{activate.subscribeChecked}}"\r\n                       data-qa="sign-up-subscribe-checkbox" />\r\n                <label for="subscribed" class="cb_label">{{activate.subscribeText}}<\/label>\r\n            <\/div>\r\n\r\n            <div class="form-group">\r\n                <p ng-bind-html="activate.localizedText"><\/p>\r\n            <\/div>\r\n        <\/div>\r\n        <div id="fixtureErrors" class="form-group" ng-controller="FixtureError as fixtureError">\r\n            <div ng-if="fixtureError.hasError" role="alert">\r\n                <p class="error-msg" ng-repeat="error in fixtureError.errors" translate="{{error.displayMessage}}" translate-values="{{error.data}}"><\/p>\r\n            <\/div>\r\n        <\/div>\r\n        <div class="form-group">\r\n            <button class="btn btn-main btn-lg" data-qa="submit-username"\r\n                    ng-click="activate.validateAndSubmit()"\r\n                    ng-disabled="activate.submitted">\r\n                <span translate="Activate"><\/span>\r\n            <\/button>\r\n        <\/div>\r\n    <\/form>\r\n<\/div>\r\n');n.put("LoginAppNext/invite/activate-error.html",'\r\n<div ng-controller="ActivateError">\r\n    <p class="text-center" translate="An error occurred processing your invitation.  Please contact customer support for assistance."><\/p>\r\n    \r\n    <div id="fixtureErrors" class="form-group" ng-controller="FixtureError as fixtureError">\r\n        <div ng-if="fixtureError.hasError" role="alert">\r\n            <p class="error-msg" ng-repeat="error in fixtureError.errors" translate="{{error.displayMessage}}" translate-values="{{error.data}}"><\/p>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n');n.put("LoginAppNext/invite/activate-new-user.html",'<div ng-controller="ActivateUser as activate">\r\n    <form name="activateNewUser" id="activateNewUser" method="post" action="/" invite-submission anti-forgery-secured onsubmit="return false;">\r\n        \r\n        <p class="text-center" translate="Thank you for choosing DocuSign. Please complete the steps below and click ACTIVATE to continue."><\/p>\r\n        <div class="form-group">\r\n            <p class="text-center text-strong">{{email}}<\/p>\r\n        <\/div>        \r\n        <div ng-if="!activate.disablePasswordEntry">\r\n            <div>\r\n                <p translate="Your password:"><\/p>\r\n                <ul ng-if="!activate.isStandardizedHelpText">\r\n                    <div ng-repeat-start="helpItem in help_text">\r\n                        <li class="item" translate="[[helpItem]]" translate-interpolation="bracket" translate-values="{helpItem: helpItem}"><\/li>\r\n                    <\/div>\r\n                    <div ng-repeat-end><\/div>\r\n                <\/ul>\r\n                <ul ng-if="activate.isStandardizedHelpText">\r\n                    <li ng-repeat="helpItem in help_text" class="item" translate="{{activate.passwordRules[helpItem]}}" translate-interpolation="bracket" translate-values="{length: activate.lengthMinimum}"><\/li>\r\n                    <li class="item" \r\n                        translate="Must [[!boldStart!]]not[[!boldEnd!]] contain the characters [[!lessThan!]], [[!greaterThan!]] or spaces." \r\n                        unsafe-interpolation="We use unsafe here so that we can bold the negation and display restricted characters without confusing translation"\r\n                        translate-values="{boldStart: \'<b>\', boldEnd: \'<\/b>\', lessThan: \'&lt;\', greaterThan: \'&gt;\'}"><\/li>\r\n                <\/ul>\r\n            <\/div>\r\n            <p class="text-alert form-group" role="alert">\r\n                <span translate="{{activate.error.message}}" translate-values="{{activate.error.data}}"><\/span>\r\n            <\/p>\r\n            <div class="form-group">\r\n                <p>\r\n                    <label class="label"\r\n                           id="passwordLabel"\r\n                           for="password"\r\n                           translate\r\n                           label-alert\r\n                           translate-attr-label-text="Enter a password">\r\n                    <\/label>\r\n                    <input name="password"\r\n                           id="password"\r\n                           ng-model="activate.password"\r\n                           class="input input-text"\r\n                           autocomplete="off"\r\n                           type="password"\r\n                           required="required"\r\n                           spellcheck="false"\r\n                           aria-required="true"\r\n                           data-qa="password"\r\n                           custom-validation-message\r\n                           translate\r\n                           translate-attr-title="Enter a password"\r\n                           translate-attr-value-missing-message="A password is required." />\r\n                <\/p>\r\n                <p>\r\n                    <label class="label"\r\n                           id="passwordConfirmLabel"\r\n                           for="password_confirm"\r\n                           translate\r\n                           label-alert\r\n                           translate-attr-label-text="Retype the password">\r\n                    <\/label>\r\n                    <input name="password_confirm"\r\n                           id="password_confirm"\r\n                           ng-model="password_confirm"\r\n                           class="input input-text"\r\n                           autocomplete="off"\r\n                           type="password"\r\n                           match-field-validator="password"\r\n                           required="required"\r\n                           spellcheck="false"\r\n                           aria-required="true"\r\n                           data-qa="password-confirm"\r\n                           custom-validation-message\r\n                           translate\r\n                           translate-attr-title="Retype the password"\r\n                           translate-attr-field-mismatch-message="Please verify that you have typed the same password twice."\r\n                           translate-attr-value-missing-message="A password is required." />\r\n                <\/p>\r\n            <\/div>\r\n            <div class="form-group" ng-show="activate.showQuestions">\r\n                <h3 translate="Password questions"><\/h3>\r\n                <p translate="DocuSign will ask these questions if you ever need to recover your password."><\/p>\r\n                <div ng-repeat-start="pair in activate.questionAndAnswerPair" class="recovery-question" ng-if="activate.questionsDisplayedCount > $index">\r\n                    <p>\r\n                        <div class="select-wrap">\r\n                            <select name="passwordQuestion{{$index}}"\r\n                                    id="passwordQuestion{{$index}}"\r\n                                    required\r\n                                    data-qa="password-question{{$index}}"\r\n                                    translate\r\n                                    custom-validation-message\r\n                                    translate-attr-value-missing-message="You must choose a question from the list."\r\n                                    ng-model="pair.Question">\r\n                                <option value=""\r\n                                        translate="Select a password question"><\/option>\r\n                                <option ng-repeat="locQuestion in activate.forgotPasswordQuestions" value="{{locQuestion}}">\r\n                                    {{locQuestion}}\r\n                                <\/option>\r\n                            <\/select>\r\n                        <\/div>\r\n                    <\/p>\r\n                    <p>\r\n                        <label class="label fallback-label"\r\n                               id="passwordAnswer{{$index}}Label"\r\n                               for="passwordAnswer{{$index}}"\r\n                               label-alert\r\n                               translate\r\n                               translate-interpolation="bracket"\r\n                               translate-attr-label-text="Answer #[[answerNumber]]"\r\n                               translate-values="{answerNumber: $index + 1}">\r\n                        <\/label>\r\n                        <input name="passwordAnswer{{$index}}"\r\n                               ng-model="pair.Answer"\r\n                               id="passwordAnswer{{$index}}"\r\n                               class="input input-text"\r\n                               autocomplete="off"\r\n                               type="text"\r\n                               required="required"\r\n                               spellcheck="false"\r\n                               aria-required="true"\r\n                               data-qa="password-answer{{$index}}"\r\n                               custom-validation-message\r\n                               translate\r\n                               translate-attr-title="Answer"\r\n                               translate-attr-value-missing-message="An answer is required." />\r\n                        <button class="link" type="button" translate="Remove last question" ng-if="activate.canRemoveQuestion($index)" data-qa="remove-question"\r\n                                ng-click="activate.removeQuestion()"><\/button>\r\n                    <\/p>\r\n                    <p><\/p>\r\n                <\/div>\r\n                <div ng-repeat-end><\/div>\r\n                <div class="form-group">\r\n                    <button class="link" type="button" translate="Add a question" ng-if="activate.questionsDisplayedCount == 0" data-qa="add-question"\r\n                            ng-click="activate.addQuestion()"><\/button>\r\n                    <button class="link" type="button" translate="Add another question" ng-if="activate.questionsDisplayedCount > 0 && activate.questionsDisplayedCount < 4" data-qa="add-another-question"\r\n                            ng-click="activate.addQuestion()"><\/button>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        <input type="hidden" name="lang" id="lang" value="{{lang}}" />\r\n        <div id="fixtureErrors" class="form-group" ng-controller="FixtureError as fixtureError">\r\n            <div ng-if="fixtureError.hasError" role="alert">\r\n                <p class="error-msg" ng-repeat="error in fixtureError.errors" translate="{{error.displayMessage}}" translate-values="{{error.data}}"><\/p>\r\n            <\/div>\r\n        <\/div>\r\n        <div ng-include="\'LoginAppNext/invite/invite-policy.html\'"><\/div>\r\n        <div class="form-group">\r\n            <button class="btn btn-main btn-lg" data-qa="submit-username"\r\n                    ng-click="activate.validateAndSubmit()"\r\n                    ng-disabled="activateNewUser.$invalid || activate.submitted">\r\n                <span translate="Activate"><\/span>\r\n            <\/button>\r\n        <\/div>\r\n    <\/form>\r\n<\/div>');n.put("LoginAppNext/invite/activate-select-user.html",'<p class="text-center" translate="There are multiple users associated with this email address. Select a user to continue."><\/p>\r\n<form name="selectUser" id="selectUser" method="post" action="/" anti-forgery-secured invite-submission >\r\n    <div ng-controller="ActivateSelectUser as users">\r\n        <div class="form-group">\r\n            <p class="text-center text-strong">{{email}}<\/p>\r\n        <\/div>\r\n\r\n        <ul class="buttons user-selection">\r\n            <li ng-repeat="user in available">\r\n                <button class="btn btn-minor user" type="submit" ng-click="users.selectedUser = user">\r\n                    <div>\r\n                        <i class="avatar avatar-medium">\r\n                            <img src="/LoginAppNext/images/user badge/medium.png" translate-attr-alt="User icon" />\r\n                        <\/i>\r\n                    <\/div>\r\n                    <div class="user-info">\r\n                        <span class="name">{{user.FirstName}} {{user.LastName}}<\/span>\r\n                        <br />\r\n                        <span>{{user.DefaultAccount.AccountName}}<\/span>\r\n                    <\/div>\r\n                    <span class="icon icon-caret-right"><\/span>\r\n                <\/button>\r\n\r\n            <\/li>\r\n        <\/ul>\r\n        <input type="hidden" name="user_id" ng-value="users.selectedUser.UserId" />                \r\n    <\/div>\r\n<\/form>\r\n');n.put("LoginAppNext/invite/activate-user.html",'<div ng-controller="ActivateUser as activate">\r\n    <form name="activateUser" id="activateUser" method="post" action="/" anti-forgery-secured invite-submission ng-submit="activate.disableSubmit()">\r\n\r\n        <p class="text-center" translate="Thank you for choosing DocuSign. Please complete the steps below and click ACTIVATE to continue."><\/p>\r\n        <div class="form-group">\r\n            <p class="text-center text-strong">{{email}}<\/p>\r\n        <\/div>\r\n        \r\n        <input type="hidden" name="lang" id="lang" value="{{lang}}" />\r\n        <div id="fixtureErrors" class="form-group" ng-controller="FixtureError as fixtureError">\r\n            <div ng-if="fixtureError.hasError" role="alert">\r\n                <p class="error-msg" ng-repeat="error in fixtureError.errors" translate="{{error.displayMessage}}" translate-values="{{error.data}}"><\/p>\r\n            <\/div>\r\n        <\/div>\r\n        <div ng-include="\'LoginAppNext/invite/invite-policy.html\'"><\/div>\r\n        <div class="form-group">\r\n            <button class="btn btn-main btn-lg" type="submit" data-qa="submit-username" ng-disabled="activation.$invalid || activation.$submitted  || activate.submitted">\r\n                <span translate="Activate"><\/span>\r\n            <\/button>\r\n        <\/div>\r\n    <\/form>\r\n<\/div>    \r\n');n.put("LoginAppNext/invite/invite-policy.html",'<div class="text-center" current-culture-key>\r\n    <p>\r\n        <span translate="By accepting this invitation, you agree to our"><\/span>\r\n        <a translate="Terms of Use" translate-attr-title="Link opens in new window" class="item" target="_blank" ng-href="https://www.docusign.com/company/terms-of-use/lang/{{currentCultureKey}}"><\/a>\r\n        <span translate="and"><\/span>\r\n        <a translate="Privacy Policy" translate-attr-title="Link opens in new window" class="item" target="_blank" ng-href="https://www.docusign.com/company/privacy-policy/lang/{{currentCultureKey}}"><\/a>\r\n    <\/p>\r\n<\/div>');n.put("LoginAppNext/layout/footer.html",'<div class="site-container grid footer-links" ng-controller="LanguageSelection as languages">\r\n    <div class="footer-links">\r\n        <div class="language-menu" id="languageMenu">\r\n            <button class="item link" ng-click="languages.showLanguageMenu($event);" aria-haspopup="true">\r\n                <span>\r\n                    <span class="icon icon-language"><\/span>\r\n                    <span id="currentLanguage" translate translate-attr-title="Current language"><\/span>\r\n                    {{languages.currentCultureName}}\r\n                    <span class="icon icon-menu-triangle-down" ng-if="!languages.languageMenuVisible"><\/span>\r\n                    <span class="icon icon-menu-triangle-up" ng-if="languages.languageMenuVisible"><\/span>\r\n                <\/span>\r\n            <\/button>\r\n            <ul id="languageList" class="languages" role="menu" \r\n                ng-show="languages.languageMenuVisible"\r\n                aria-labelledby="currentLanguage"\r\n                aria-expanded="{{languages.languageMenuVisible}}">\r\n                <li role="presentation" ng-repeat="(languageKey, languageInfo) in languages.available">\r\n                    <!-- Set lang to languageKey so screen readers will read in native tongue -->\r\n                    <button class="language link" \r\n                            role="menuitem"\r\n                            ng-click="languages.setCurrentCulture(languageKey)" \r\n                            lang="{{languageKey}}">\r\n                            {{languageInfo.languageName}}\r\n                    <\/button>\r\n                <\/li>\r\n            <\/ul>\r\n        <\/div>\r\n    <\/div>\r\n    <ul role="navigation" class="footer-links">\r\n        <li><a class="item" target="_blank" href="http://www.docusign.com/support" translate="Help" translate-attr-title="Link opens in new window"><\/a><\/li>        \r\n        <li><a class="item" target="_blank" ng-href="{{languages.termsOfUseUrl()}}" translate="Terms" translate-attr-title="Link opens in new window"><\/a><\/li>\r\n        <li class="collapse"><a class="item" target="_blank" ng-href="{{languages.IPUrl()}}" translate="Intellectual Property" translate-attr-title="Link opens in new window"><\/a><\/li>\r\n        <li><a class="item" target="_blank" ng-href="{{languages.privacyPolicyUrl()}}" translate="Privacy Policy" translate-attr-title="Link opens in new window"><\/a><\/li>\r\n    <\/ul>\r\n<\/div>\r\n<aside current-date="currentDate" role="contentinfo">\r\n    <p translate="Copyright © [[year]] DocuSign, Inc. All rights reserved." translate-interpolation="bracket" translate-values="{year: currentDate.getFullYear()}"><\/p>\r\n<\/aside>\r\n');n.put("LoginAppNext/layout/layout.html",'<div ng-controller="UiFlavor as flavor">\r\n    <div class="authentication" ng-switch="flavor.ui.showHeader">\r\n\r\n        <header class="text-center header" ng-switch-when="true" ng-controller="LogoController as logo" role="banner">\r\n            <img ng-if="logo.useOldDocuSignLogo" src="/LoginAppNext/images/docusign_logo_old_small.png" translate translate-attr-alt="DocuSign" />\r\n            <img ng-if="logo.useNewDocuSignLogo" src="/LoginAppNext/images/docusign_logo_small.png" translate translate-attr-alt="DocuSign" />\r\n            <img ng-if="logo.useCustomLogo" ng-src="{{logo.logoByteSrc}}" translate translate-attr-alt="Company logo" />\r\n        <\/header>\r\n        <header class="text-center header" ng-switch-when="false">\r\n        <\/header>\r\n\r\n        <main class="main" role="main">\r\n            <header class="text-center header">\r\n                <h1 ng-if="flavor.ui.showTitle" call-to-action="title" translate="{{title}}"><\/h1>\r\n            <\/header>\r\n            <section class="authentication-state">\r\n                <div ui-view="auth"><\/div>\r\n                <div class="footer" ui-view="authAlternative"><\/div>\r\n            <\/section>\r\n            <aside ng-if="flavor.ui.showAuthAlternative" class="authentication-alternative text-center" ui-view="alternative" role="complementary"><\/aside>\r\n        <\/main>\r\n\r\n        <footer class="site-footer footer" ng-include="\'LoginAppNext/layout/footer.html\'" ng-if="flavor.ui.showFooter"><\/footer>\r\n    <\/div>\r\n<\/div>');n.put("LoginAppNext/layout/notification-bar.html",'<div class="messages-global" role="alert">\r\n    <div class="message {{notification.class_name}} notification">\r\n        <span class="icon message_icon {{notification.icon_name}}"><\/span>\r\n        <div class="message_content" \r\n             translate="{{notification.message}}" \r\n             translate-interpolation="bracket"\r\n             translate-values="{{notification.values}}"\r\n             ><\/div>\r\n        <button class="message_close icon icon-times message_close-hidden"><\/button>\r\n    <\/div>\r\n<\/div>');n.put("LoginAppNext/login/cancel.html",'<span ng-controller="Cancellation as cancellation">\r\n    <a ng-href="{{cancellation.uri}}" ng-if="cancellation.isEnabled" data-qa="cancel-link" translate="Cancel"><\/a>\r\n<\/span>\r\n');n.put("LoginAppNext/login/password/alternatives.html",'<div ng-controller="Password as password">\r\n    <section ng-if="password.showSsoProvider">\r\n        <form name="ssoLogin" method="post" action="/" flow-submission="sso" anti-forgery-secured oauth-flow>\r\n            <div class="form-group-inline">\r\n                <button class="btn btn-primary btn-lg" data-qa="use-company-login" type="submit">\r\n                    <span class="u-valign-middle" translate="Use company login"><\/span>\r\n                <\/button>\r\n            <\/div>\r\n            <input type="hidden" name="email" value="{{password.username}}" />\r\n        <\/form>\r\n    <\/section>\r\n<\/div>\r\n\r\n<p ng-include="\'LoginAppNext/login/password/changeUser.html\'"><\/p>\r\n<p ng-include="\'LoginAppNext/login/cancel.html\'"><\/p>\r\n');n.put("LoginAppNext/login/password/authAlternatives.html",'<div ng-controller="PasswordReset as passwordReset">\r\n    <p class="text-center" ng-if="passwordReset.show">\r\n        <a ng-href="{{passwordReset.uri}}" data-qa="forgot-password-link" translate="Forgot password"><\/a>\r\n    <\/p>\r\n<\/div>\r\n');n.put("LoginAppNext/login/password/changeUser.html",'<div ng-controller="UiFlavor as flavor" ng-if="flavor.ui.showDifferentUserSignIn">\r\n    <a ui-sref="authenticate.username" data-qa="change-user-link" translate="Sign in as a different user"><\/a>\r\n<\/div>\r\n');n.put("LoginAppNext/login/password/password.html",'<div class="password" ng-controller="Password as password">\r\n\r\n    <form ng-if="!password.isChallenge" name="login" method="post" action="/" flow-submission="password"\r\n          ng-submit="password.onFormSubmit(password.username)" anti-forgery-secured oauth-flow>\r\n\r\n        <div ng-include="\'passwordPostForm\'">\r\n        <\/div>\r\n    <\/form>\r\n\r\n    <form ng-if="password.isChallenge" method="post" action="/"\r\n          ng-submit="password.onFormSubmit(password.username)" anti-forgery-secured challenge-response>\r\n\r\n        <div ng-include="\'passwordPostForm\'">\r\n        <\/div>\r\n    <\/form>\r\n\r\n    <script type="text/ng-template" id="passwordPostForm">\r\n        <div class="form-group">\r\n            <p class="text-center username" id="userInfo">{{password.username}}<\/p>\r\n        <\/div>\r\n        <div class="form-group" ng-if="password.textFlavor.name === \'invite\'">\r\n            <p class="text-center" translate="Log in to accept your invite to join a new DocuSign account"><\/p>\r\n        <\/div>\r\n        <div class="form-group">\r\n            <label id="passwordLabel"\r\n                   for="password"\r\n                   class="label placeholder"\r\n                   translate-attr-label-text="Password"\r\n                   label-alert>\r\n            <\/label>\r\n            <input name="email" id="username" type="text"\r\n                   value="{{password.username}}"\r\n                   aria-hidden="true"\r\n                   class="hide-accessible" />\r\n            <input name="password"\r\n                   id="password"\r\n                   type="password"\r\n                   ng-model="password.empty"\r\n                   class="input input-text"\r\n                   data-qa="password"\r\n                   autocomplete="off"\r\n                   auto-focus\r\n                   required="required"\r\n                   spellcheck="false"\r\n                   aria-required="true"\r\n                   aria-describedby="fixtureErrors"\r\n                   aria-owns="userInfo"\r\n                   custom-validation-message\r\n                   translate\r\n                   translate-attr-title="To log in, enter the password for [[username]]"\r\n                   translate-interpolation="bracket"\r\n                   translate-values="{username: password.username}"\r\n                   translate-attr-value-missing-message="A password is required." />\r\n            <input type="hidden" name="dtd" value="{{password.dtd}}" />\r\n        <\/div>\r\n        <div class="form-group" ng-controller="FixtureError as fixtureError" id="fixtureErrors">\r\n            <div ng-if="fixtureError.hasError" role="alert">\r\n                <p class="error-msg" ng-repeat="error in fixtureError.errors" translate="{{error.displayMessage}}" translate-values="{{error.data}}" data-qa="error-message"><\/p>\r\n            <\/div>\r\n        <\/div>\r\n        <div class="form-group">\r\n            <button class="btn btn-main btn-lg" type="submit" ng-click="password.setUsername(password.username)" data-qa="submit-password" ng-disabled="password.submitted">\r\n                <div ng-switch="password.textFlavor.name">\r\n                    <span ng-switch-when="login" translate="Log in"><\/span>\r\n                    <span ng-switch-when="invite" translate="Log in and Accept"><\/span>\r\n                    <span ng-switch-when="ariadnext_aes" translate="Log in"><\/span>\r\n                    <span ng-switch-when="ariadnext_qes" translate="Log in"><\/span>\r\n                    <span ng-switch-when="idnow_resell" translate="Log in"><\/span>\r\n                <\/div>\r\n            <\/button>\r\n        <\/div>\r\n        <input type="hidden" name="email" value="{{password.username}}" />\r\n        <input type="hidden" name="lang" value="{{password.getClientLocale()}}" />\r\n    <\/script>\r\n<\/div>\r\n');n.put("LoginAppNext/login/username/authAlternatives.html",'<div ng-controller="SignUp as signUp">\r\n    <p class="text-center" ng-if="signUp.isEnabled">\r\n        <a ng-href="{{signUp.uri}}" data-qa="free-sign-up-link" translate="No account? Sign up for free"><\/a>\r\n    <\/p>\r\n<\/div>\r\n');n.put("LoginAppNext/login/username/username.html",'<div class="username" ng-controller="UserName as userName">\r\n    <form name="login" method="post" action="/" flow-submission="username" anti-forgery-secured oauth-flow>\r\n        <div class="form-group">\r\n            <label class="label placeholder" id="emailLabel" for="username"\r\n                   translate-attr-label-text="Email address"\r\n                   label-alert>\r\n            <\/label>\r\n            <input name="email"\r\n                   id="username"\r\n                   type="email"\r\n                   class="input input-text"\r\n                   data-qa="username"\r\n                   ng-model="username"\r\n                   auto-focus\r\n                   login-hint\r\n                   required="required"\r\n                   spellcheck="false"\r\n                   aria-required="true"\r\n                   aria-describedby="fixtureErrors"\r\n                   custom-validation-message\r\n                   translate\r\n                   translate-attr-value-missing-message="Email is required to have a value."\r\n                   translate-attr-type-mismatch-message="Invalid email address"\r\n                   translate-attr-title="To log in, enter your email address" />\r\n            <input name="password" id="password" class="hide"\r\n                   type="password"\r\n                   aria-hidden="true" />\r\n            <input type="hidden" name="action" value="{{userName.usernamePostAction}}" />\r\n            <input type="hidden" name="dtd" value="{{userName.dtd}}"/>\r\n        <\/div>\r\n        <div class="form-group" ng-controller="FixtureError as fixtureError" id="fixtureErrors">\r\n            <div ng-if="fixtureError.hasError" role="alert">\r\n                <p class="error-msg" ng-repeat="error in fixtureError.errors" translate="{{error.displayMessage}}" translate-values="{{error.data}}" data-qa="error-message"><\/p>\r\n            <\/div>\r\n        <\/div>\r\n        <div class="form-group">\r\n            <button class="btn btn-main btn-lg" type="submit" data-qa="submit-username" ng-disabled="login.$submitted">\r\n                <span translate="Continue"><\/span>\r\n            <\/button>\r\n        <\/div>\r\n    <\/form>\r\n<\/div>\r\n');n.put("LoginAppNext/signup/activation.html",'<p class="text-center" translate="Thank you for choosing DocuSign.  Please complete the steps below and click ACTIVATE to continue."><\/p>\r\n<form name="activation" id="activation" method="post" action="/" flow-submission="sign_up_activation" anti-forgery-secured oauth-flow>\r\n    <div ng-controller="Activation as activation">\r\n        <div class="form-group">\r\n            <p class="text-center text-strong">{{email}}<\/p>\r\n        <\/div> \r\n        <div class="form-group">\r\n            <label class="label" id="forenameLabel" for="forename"\r\n                   translate-attr-label-text="First name"\r\n                   label-alert>\r\n            <\/label>\r\n            <input name="forename" id="forename" type="text" class="input input-text" ng-model="forename"\r\n                   required="required"\r\n                   spellcheck="false"\r\n                   aria-required="true"\r\n                   aria-describedby="fixtureErrors"\r\n                   pattern="^(?!(.|\\n)*<[a-zA-Z!\\/?])(?!(.|\\n)*&#)(.|\\n)*$"\r\n                   custom-validation-message\r\n                   translate\r\n                   translate-attr-pattern-mismatch-message="HTML not allowed"\r\n                   translate-attr-value-missing-message="Your first name is required to sign up."/>\r\n        <\/div>\r\n        <div class="form-group">\r\n            <label class="label" id="surnameLabel" for="surname"\r\n                   translate-attr-label-text="Last name"\r\n                   label-alert>\r\n            <\/label>\r\n            <input name="surname" id="surname" type="text" class="input input-text" ng-model="surname"\r\n                   required="required"\r\n                   spellcheck="false"\r\n                   aria-required="true"\r\n                   aria-describedby="fixtureErrors"\r\n                   pattern="^(?!(.|\\n)*<[a-zA-Z!\\/?])(?!(.|\\n)*&#)(.|\\n)*$"\r\n                   custom-validation-message\r\n                   translate\r\n                   translate-attr-pattern-mismatch-message="HTML not allowed"\r\n                   translate-attr-value-missing-message="Your last name is required to sign up."/>\r\n        <\/div>\r\n        <div class="form-group">\r\n            <label class="label" id="passwordLabel" for="password"\r\n                   label-alert\r\n                   translate-attr-label-text="Enter a password">\r\n            <\/label>\r\n            <input name="password"\r\n                   id="password"\r\n                   ng-model="password"\r\n                   class="input input-text"\r\n                   autocomplete="off"\r\n                   type="password"\r\n                   pattern="^(?!.*[<>\\s])[A-Za-z\\d\\W]{6,}"\r\n                   required="required"\r\n                   spellcheck="false"\r\n                   aria-required="true"\r\n                   custom-validation-message\r\n                   translate\r\n                   translate-attr-title="Enter a password"\r\n                   translate-attr-pattern-mismatch-message="A password must be at least 6 characters long, and may not contain spaces or the &#60; or &#62; characters."\r\n                   translate-attr-value-missing-message="A password is required."/>\r\n        <\/div>\r\n        <div class="form-group">\r\n            <label class="label" id="passwordConfirmLabel" for="password_confirm"\r\n                   label-alert\r\n                   translate-attr-label-text="Retype the password">\r\n            <\/label>\r\n            <input name="password_confirm"\r\n                   id="password_confirm"\r\n                   ng-model="password_confirm"\r\n                   class="input input-text"\r\n                   autocomplete="off"\r\n                   type="password"\r\n                   required="required"\r\n                   spellcheck="false"\r\n                   aria-required="true"\r\n                   custom-validation-message\r\n                   translate\r\n                   translate-attr-title="Retype the password"\r\n                   translate-attr-pattern-mismatch-message="A password must be at least 6 characters long, and may not contain spaces or the &#60; or &#62; characters."\r\n                   translate-attr-value-missing-message="A password is required."/>\r\n        <\/div>\r\n        <input type="hidden" name="token_id" id="token_id" value="{{token_id}}"/>\r\n        <input type="hidden" name="token_secret" id="token_secret" value="{{token_secret}}"/>\r\n        <input type="hidden" name="lang" id="lang" value="{{lang}}"/>\r\n\r\n        <div ng-hide="activation.country_list == null">\r\n            <div>\r\n                <label for="country_code" class="label ng-scope" label-required="*" translate="Country"><\/label>\r\n                <div class="select-wrap">\r\n                    <select id="country_code"\r\n                            name="country_code"\r\n                            ng-model="activation.selectedCountry"\r\n                            ng-change="activation.displayLocalizedOptIn()"\r\n                            data-qa="sign-up-country_option"\r\n                            ng-required="activation.showGDPRFields()">\r\n                        <option value="" translate="Select Country"><\/option>\r\n                        <option ng-repeat="(key, value) in activation.country_list" value="{{key}}" ng-model="country_list">\r\n                            {{value.name}}\r\n                        <\/option>\r\n                    <\/select>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class="form-group" id="subscribe" ng-hide="activation.hideOptInCheckbox()">\r\n                <input type="checkbox"\r\n                       name="subscribed"\r\n                       id="subscribed"\r\n                       ng-click="activation.updateSubscribeCheckedAttr($event)"\r\n                       class="cb_input"\r\n                       value="{{activation.subscribe_checked}}"\r\n                       data-qa="sign-up-subscribe-checkbox" />\r\n                <label for="subscribed" class="cb_label">{{activation.subscribeText}}<\/label>\r\n            <\/div>\r\n\r\n            <div class="form-group">\r\n                <p ng-bind-html="activation.localizedText"><\/p>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div id="fixtureErrors" class="form-group" ng-controller="FixtureError as fixtureError">\r\n            <div ng-if="fixtureError.hasError" role="alert">\r\n                <p class="error-msg" ng-repeat="error in fixtureError.errors" translate="{{error.displayMessage}}" translate-values="{{error.data}}"><\/p>\r\n            <\/div>\r\n        <\/div>\r\n        <div class="form-group">\r\n            <button class="btn btn-main btn-lg" data-qa="submit-username"\r\n                    ng-click="activation.disableButtonAndSubmit()"\r\n                    ng-disabled="activation.submitted || activation.$invalid || activation.$submitted">\r\n                <span translate="Activate"><\/span>\r\n            <\/button>\r\n        <\/div>\r\n    <\/div>\r\n<\/form>\r\n');n.put("LoginAppNext/signup/basic-user-information.html",'<p class="text-center" translate="DocuSign makes any workflow or approval simple, secure and fully digital, so you can get on with your business, and your life."><\/p>\r\n<div ng-controller="SignupNew as signup">    \r\n    <form name="signupNew" id="signupNew" method="post" action="/" signup-submission>\r\n        <div class="form-group">\r\n            <label class="label" id="forenameLabel" for="forename"\r\n                   translate-attr-label-text="First name"\r\n                   label-alert>\r\n            <\/label>\r\n            <input name="signup.forename" id="forename" type="text" class="input input-text" ng-model="forename"\r\n                   data-spName="FirstName"\r\n                   required="required"\r\n                   spellcheck="false"\r\n                   aria-required="true"\r\n                   aria-describedby="fixtureErrors"\r\n                   pattern="^(?!(.|\\n)*<[a-zA-Z!\\/?])(?!(.|\\n)*&#)(.|\\n)*$"\r\n                   custom-validation-message\r\n                   translate\r\n                   translate-attr-pattern-mismatch-message="HTML not allowed"\r\n                   translate-attr-value-missing-message="Your first name is required to sign up." />\r\n        <\/div>\r\n        <div class="form-group">\r\n            <label class="label" id="surnameLabel" for="surname"\r\n                   translate-attr-label-text="Last name"\r\n                   label-alert>\r\n            <\/label>\r\n            <input name="signup.surname" id="surname" type="text" class="input input-text" ng-model="surname"\r\n                   data-spName="LastName"\r\n                   required="required"\r\n                   spellcheck="false"\r\n                   aria-required="true"\r\n                   aria-describedby="fixtureErrors"\r\n                   pattern="^(?!(.|\\n)*<[a-zA-Z!\\/?])(?!(.|\\n)*&#)(.|\\n)*$"\r\n                   custom-validation-message\r\n                   translate\r\n                   translate-attr-pattern-mismatch-message="HTML not allowed"\r\n                   translate-attr-value-missing-message="Your last name is required to sign up." />\r\n        <\/div>\r\n        <div class="form-group">\r\n            <label class="label" id="emailLabel" for="email"\r\n                   translate-attr-label-text="Email address"\r\n                   label-alert>\r\n            <\/label>\r\n            <input name="signup.email" id="email" type="email" class="input input-text" ng-model="emailAddress"\r\n                   data-spName="EmailAddress"\r\n                   required="required"\r\n                   spellcheck="false"\r\n                   aria-required="true"\r\n                   aria-describedby="fixtureErrors"\r\n                   pattern="^(?!(.|\\n)*<[a-zA-Z!\\/?])(?!(.|\\n)*&#)(.|\\n)*$"\r\n                   login-hint\r\n                   custom-validation-message\r\n                   translate\r\n                   translate-attr-pattern-mismatch-message="HTML not allowed"\r\n                   translate-attr-value-missing-message="Your email address is required to sign up."\r\n                   translate-attr-type-mismatch-message="Invalid email address" />\r\n        <\/div>\r\n        <div class="form-group">\r\n            <label for="country_code" class="label ng-scope" label-required="*" translate="Country"><\/label>\r\n            <div class="select-wrap">\r\n                <select id="country_code"\r\n                        name="signup.country_code"\r\n                        data-spName="CountryCode"\r\n                        ng-model="signup.selectedCountry"\r\n                        ng-change="signup.displayLocalizedOptIn()"\r\n                        data-qa="sign-up-country_option"\r\n                        ng-required="signup.showGDPRFields()">\r\n                    <option value="" translate="Select Country"><\/option>\r\n                    <option ng-repeat="(key, value) in signup.country_list" value="{{key}}">\r\n                        {{value.name}}\r\n                    <\/option>\r\n                <\/select>\r\n            <\/div>\r\n        <\/div>\r\n        <div class="form-group" id="subscribe" ng-hide="signup.hideOptInCheckbox()">\r\n            <input type="checkbox"\r\n                   name="signup.subscribed"\r\n                   id="subscribed"\r\n                   ng-click="signup.updateSubscribeCheckedAttr($event)"\r\n                   class="cb_input"\r\n                   value="{{signup.subscribe_checked}}"\r\n                   data-qa="sign-up-subscribe-checkbox" />\r\n            <label for="subscribed" class="cb_label">{{signup.subscribeText}}<\/label>\r\n        <\/div>\r\n\r\n        <div class="form-group">\r\n            <p ng-bind-html="signup.localizedText"><\/p>\r\n        <\/div>\r\n\r\n        <div id="fixtureErrors" class="form-group" ng-controller="FixtureError as fixtureError">\r\n            <div ng-if="fixtureError.hasError" role="alert">\r\n                <p class="error-msg" ng-repeat="error in fixtureError.errors" translate="{{error.displayMessage}}" translate-values="{{error.data}}"><\/p>\r\n            <\/div>\r\n        <\/div>\r\n        <div class="sp-container">\r\n        <\/div>\r\n        <div id="pendingAbuseCheck" ng-show="signup.abuseCheckStatus === \'pending\'" class="form-group">\r\n            <p class="error-msg" translate="Please complete the form."><\/p>\r\n        <\/div>\r\n        <div id="failedAbuseCheck" ng-show="signup.abuseCheckStatus === \'failed\'" class="form-group">\r\n            <p class="error-msg" translate="We cannot process your request at this time.  Contact customer support if the issue persists."><\/p>\r\n        <\/div>\r\n        <div class="form-group">\r\n            <button class="btn btn-main btn-lg" data-qa="submit-username"\r\n                    ng-click="signup.serviceProtectionSubmit($event)"\r\n                    ng-disabled="signupNew.$invalid || signup.submitted">\r\n                <span translate="Activate"><\/span>\r\n            <\/button>\r\n        <\/div>\r\n    <\/form>\r\n<\/div>\r\n\r\n');n.put("LoginAppNext/signup/error.html",'<div id="fixtureErrors" class="form-group" ng-controller="FixtureError as fixtureError">\r\n    <div ng-if="fixtureError.hasError" role="alert">\r\n        <p class="error-msg" ng-repeat="error in fixtureError.errors" translate="{{error.displayMessage}}" translate-values="{{error.data}}"><\/p>\r\n    <\/div>\r\n<\/div>\r\n<div class="form-group-inline" ng-controller="SignupErrors as errors">\r\n    <a class="btn btn-main" ng-click="errors.restartSignup($event)" translate="Start Over"><\/a>\r\n<\/div>\r\n\r\n');n.put("LoginAppNext/signup/externally-managed.html",'<div class="text-center">\r\n    <p translate="Signup from email addresses under this domain are managed by your company. Contact your company administrator to sign up for DocuSign."><\/p>\r\n<\/div>\r\n');n.put("LoginAppNext/signup/log-in-alternative.html",'<div ng-controller="LoginLink as login">\r\n    <p class="text-center" translate="Already have an account, [[linkStart]]Log In[[linkEnd]]" translate-interpolation="bracket" translate-values="{linkStart: login.linkStart, linkEnd: login.linkEnd}"><\/p>\r\n<\/div>');n.put("LoginAppNext/signup/login-on-complete.html",'<a ng-href="{{login.rawUri}}" class="btn btn-main btn-lg" data-qa="login" ng-controller="LoginLink as login">\r\n    <span translate="Log In"><\/span>\r\n<\/a>');n.put("LoginAppNext/signup/signup-complete.html",'<div class="text-center">\r\n    <p translate="We\'ve sent a confirmation email to you at:"><\/p>\r\n    <p class="text-strong" ng-controller="SignupCompletion as completion">{{completion.emailAddress}}<\/p>\r\n    <p translate="Click the link in the email to activate your account."><\/p>\r\n<\/div>');n.put("LoginAppNext/signup/signup-policy.html",'<div class="text-center" ng-controller="SignupPolicy as su">\r\n    <p translate="By signing up, you agree to our [[!tou_link_start!]]Terms of Use[[!tou_link_end!]] and [[!privacy_link_start!]]Privacy Policy[[!privacy_link_end!]]."\r\n       unsafe-interpolation="We use unsafe here so that we can place the links appropriately within the overall sentence.  URLs are vetted by application onboarding process."\r\n       translate-values="{tou_link_start: su.termsPolicyStartTag, tou_link_end: su.anchorEndTag , privacy_link_start: su.privacyPolicyStartTag, privacy_link_end: su.anchorEndTag}">\r\n    <\/p>\r\n<\/div>');n.put("LoginAppNext/styles/olive/fonts/external-fonts/example.html",'<html>\r\n\r\n<head>\r\n    <title>DocuSign Olive Fonts<\/title>\r\n    <link rel="stylesheet" type="text/css" href="olive-fonts-stylesheet.css">\r\n    <style type="text/css">\r\n    #wrap {\r\n        margin: 20px auto;\r\n        max-width: 960px;\r\n        width: 100%;\r\n    }\r\n\r\n    .maven {\r\n        font-family: \'Maven Pro\';\r\n    }\r\n\r\n    .mavenBold {\r\n        font-family: \'Maven Pro\';\r\n        font-weight: bold;\r\n    }\r\n\r\n    .helvetica {\r\n        font-family: \'Helvetica Neue\';\r\n    }\r\n\r\n    .helveticaBold {\r\n        font-family: \'Helvetica Neue\';\r\n        font-weight: bold;\r\n    }\r\n\r\n    h1{\r\n        font-size: 32px;\r\n        margin: 60px 0 20px;\r\n    }\r\n\r\n    h1.maven,\r\n    .helvetica h2,\r\n    .maven h2 {\r\n        font-weight: 100;\r\n    }\r\n\r\n    code {\r\n        color: #2c6ee1;\r\n        background-color: #e9e9e9;\r\n        padding: 5px 10px;\r\n    }\r\n    <\/style>\r\n<\/head>\r\n\r\n<body>\r\n    <div id="wrap">\r\n        <header>\r\n            <h1 class="maven">DocuSign - Olive Fonts<\/h1>\r\n        <\/header>\r\n        <section>\r\n            <div class="maven">\r\n                <h2>Maven Pro<\/h2>\r\n                <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit.<\/p>\r\n            <\/div>\r\n            <div class="mavenBold">\r\n                <h2>Maven Pro Bold<\/h2>\r\n                <p>Laudantium, totam rem aperiam, eaque ipsa quae ab facilis est et expedita distinctio. Nam libero veritatis et quasi architecto beatae vitae dicta tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere.<\/p>\r\n            <\/div>\r\n            <div class="helvetica">\r\n                <h2>Helvetica Neue<\/h2>\r\n                <p>Dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem.<\/p>\r\n            <\/div>\r\n            <div class="helveticaBold">\r\n                <h2>Helvetica Neue Bold<\/h2>\r\n                <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec.<\/p>\r\n            <\/div>\r\n            <div class="helvetica">\r\n                <h1 class="maven">Easy install<\/h1>\r\n                <p>\r\n                    Place the "olive_fonts" folder in your root then inside the head of your html insert:\r\n                <\/p>\r\n                <code>&lt;link rel="stylesheet" type="text/css" href="/olive-fonts/olive-fonts-stylesheet.css"&gt;<\/code>\r\n            <\/div>\r\n        <\/section>\r\n    <\/div>\r\n<\/body>\r\n\r\n<\/html>\r\n')}])