@model LndSeedBackupViewModel @{ ViewData.SetActivePageAndTitle(ServerNavPages.Services, "LND Seed Backup"); }

@ViewData["Title"]

@if (Model.IsWalletUnlockPresent) {

The LND seed backup is useful to recover funds of your LND wallet in case of a corruption of your server.

The recovering process is documented by LND on this page.

@if (Model.Removed) { } else {
}
} @if (!Model.Removed) { } @section PageFootContent { }