% if (options.page1) { %>
This document holds the information and instructions required for you to recover your BTC Wallet should anything happen. <%= network %> Wallet Recovery Data Sheet!
Print it out and keep it in a safe location; if you lose these details you will never be able to recover your wallet.
Wallet Identifier (<%= backupInfo.walletVersion %>)
<%= identifier %>
Backup Info
<% if (backupInfo.primaryMnemonic) { %>
Primary Mnemonic
<%= backupInfo.primaryMnemonic %> Backup Mnemonic
<%= backupInfo.backupMnemonic %> Encrypted Primary Seed
<%= backupInfo.encryptedPrimarySeed %> Backup Seed
<%= backupInfo.backupSeed %> Encrypted Recovery Secret
<%= backupInfo.recoveryEncryptedSecret %> BTC Wallet Public Keys <%= totalPubKeys %> in total
<%= pubKeysHtml %>
Extra Info
<% for (idx in extraInfo) { %>
<%= extraInfo[idx].title %> <%= extraInfo[idx].subtitle %>
<%= extraInfo[idx].value %>
This page needs to be replaced / updated when wallet password is changed!
<%= backupInfo.encryptedSecret %> You can recover the bitcoins in your wallet on https://recovery.blocktrail.com using this backup sheet.
For a more technical aproach on how to recover your wallet yourself, see the 'wallet_recovery_example.php' script in the examples folder of the Blocktrail SDK.