@model RecurringPaymentModel @{ //page title ViewBag.Title = T("Admin.RecurringPayments.EditPaymentDetails").Text; } @using (Html.BeginForm()) {