cmplz_sprintf('Date: %s', '[publish_date]'), ), array( 'content' => 'RE: NOTICE OF DATA BREACH', ), array( 'content' => 'Dear Sir/Madam,', ), array( 'content' => 'With this letter, I would like to inform you of a recently discovered security incident in our organization.', ), array( 'content' => 'Encrypted personal data is lost, and it cannot be excluded that unauthorized persons have access to the encryption key or password.', 'condition' => array( 'type-of-dataloss-' . $region => 1, ) ), array( 'content' => 'As a result of that incident, we cannot rule out the possibility that unauthorized persons have had access to your personal data. ', 'condition' => array( 'type-of-dataloss-' . $region => 2, ) ), array( 'content' => 'As we expect possible adverse consequences for your privacy, we inform you as a data subject. We would like to provide you with the following information in order to limit the possible consequences for you:', ), array( 'title' => 'When did it happen?', 'content' => cmplz_sprintf('The security breach took place on %s', '[date-of-breach-' . $region . ']'), ), array( 'title' => 'What happened?', 'content' => '[what-occurred-' . $region . ']', ), array( 'title' => 'What information was involved?', 'content' => cmplz_sprintf('The security breach involved the following information: An individual’s first name or first initial and last name in combination with %s', '[name-what-' . $region . ']'), 'condition' => array( 'what-information-was-involved-' . $region => 'name', ) ), array( 'content' => 'In the case of a breach of the security of the system involving personal information for an online account, and no other personal information, we will be providing the security breach notification in electronic or other form that directs the person whose personal information has been breached promptly to change his or her password and security question or answer, as applicable, or to take other steps appropriate to protect the online account, and all other online accounts for which you use the same user name or email address and password or security question or answer. In the case of a breach of the security of the system involving login credentials of an email account furnished by ourselves, we shall not provide the security breach notification to that email address, but may, instead, provide notice by another method or by clear and conspicuous notice delivered to you online when you are connected to the online account from an Internet Protocol address or online location from which we know you customarily accesses the account.', 'condition' => array( 'what-information-was-involved-' . $region => 'username-email', ) ), array( 'title' => 'What are we doing?', 'content' => '[measures-' . $region . ']', ), array( 'title' => 'Other Important Information:', 'content' => 'Because the breach exposed a social security number, a driver’s license or an identification card number, you can call the toll-free telephone number or write a letter to the addresses of the major credit reporting agencies:', 'callback_condition' => 'cmplz_socialsecurity_or_driverslicense', ), array( 'content' => '[toll-free-phone]', 'callback_condition' => 'cmplz_socialsecurity_or_driverslicense', ), array( 'content' => 'Notification was delayed as a result of a law enforcement investigation.', 'condition' => array( 'investigation' => 'yes', ), ), array( 'title' => 'What you can do', 'content' => 'Despite these measures we have taken, the security breach may have adverse consequences for your privacy. To limit these as much as possible, we recommend that you take a number of measures:', ), array( 'content' => '[measures_by_person_involved-' . $region . ']', ), array( 'content' => 'We hope that this letter has provided you with sufficient information about the security incident and its consequences. We are continuously working to improve security and counteract the possible consequences of this breach. We would like to apologize for any inconvenience you have experienced to date.', ), array( 'content' => cmplz_sprintf('If you would like more information about the data breach, please send a message to %s', '[email_company]'), ), array( 'content' => 'Kind regards, ', ), array( 'content' => '
[organisation_name]
[address_company]
[country_company]
Website: [domain]
Email: [email_company]
[telephone_company]
', ), ); }