<% if (options.brandingLogo) { %> BTC.com <% } else { %> BTC.com <% } %>
<% if (options.page1) { %>

<%= network %> Wallet Recovery Data Sheet!

This document holds the information and instructions required for you to recover your BTC Wallet should anything happen.
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 %>
<% } %> <% if (backupInfo.backupMnemonic) { %>

Backup Mnemonic

<%= backupInfo.backupMnemonic %>
<% } %> <% if (backupInfo.encryptedPrimarySeed) { %>

Encrypted Primary Seed

<%= backupInfo.encryptedPrimarySeed %>
<% } %> <% if (backupInfo.backupSeed) { %>

Backup Seed

<%= backupInfo.backupSeed %>
<% } %> <% if (backupInfo.recoveryEncryptedSecret) { %>

Encrypted Recovery Secret

<%= backupInfo.recoveryEncryptedSecret %>
<% } %>

BTC Wallet Public Keys <%= totalPubKeys %> in total

<%= pubKeysHtml %>
<% if (extraInfo) { %>

Extra Info

<% for (idx in extraInfo) { %>

<%= extraInfo[idx].title %> <%= extraInfo[idx].subtitle %>

<%= extraInfo[idx].value %>
<% } %> <% } %>
<% } %> <% if (backupInfo.encryptedSecret && options.page2) { %> <% if (options.page1) { %>
<% } %>

Backup Info - part 2

This page needs to be replaced / updated when wallet password is changed!

Password Encrypted Secret

<%= backupInfo.encryptedSecret %>
<% } %> <% if (options.page3) { %>

Wallet Recovery Instructions

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.

<% } %>