@model TaxTransactionLogModel @{ Layout = "_AdminLayout"; ViewBag.PageTitle = T("Plugins.Tax.Avalara.Log.Hint").Text; NopHtml.SetActiveMenuItemSystemName("Tax providers"); }

@T("Plugins.Tax.Avalara.Log.Hint") @T("Plugins.Tax.Avalara.Log.BackToList")

@T("Admin.Common.Delete")
@Html.Raw(Model.StatusCode)
@Html.Raw(Model.Url)
@Html.Raw(Model.RequestMessage)
@Html.Raw(Model.ResponseMessage)
@Model.CreatedDate