@using BTCPayServer.Abstractions.Extensions @using Microsoft.AspNetCore.Mvc.TagHelpers @model BTCPayServer.Plugins.DataErasure.DataErasureSettings @{ ViewData.SetActivePage("DataErasure", "Data Erasure", "DataErasure"); }

@ViewData["Title"]

This plugin erases buyer information on your store's invoices based on when they were created. THERE IS NO UNDOING THIS ACTION ONCE IT HAS EXECUTED.

@if (Model.LastRunCutoff != null) {
Cleared data up to @Model.LastRunCutoff.Value.ToString("g")
}