@model BTCPayServer.Models.ServerViewModels.LogsViewModel @{ ViewData.SetActivePageAndTitle(ServerNavPages.Logs); } @if (!string.IsNullOrEmpty(Model.Log)) {


@Model.Log
} @section Scripts { @await Html.PartialAsync("_ValidationScriptsPartial") }