@model RecurringPaymentModel @{ //page title ViewBag.Title = T("Admin.RecurringPayments.EditPaymentDetails").Text; } @using (Html.BeginForm()) {
@T("Admin.RecurringPayments.EditPaymentDetails") @Html.ActionLink("(" + T("Admin.RecurringPayments.BackToList") + ")", "List")
@Html.Partial("_CreateOrUpdate", Model) } @Html.DeleteConfirmation("payment-delete")