@model MileageTraker.Web.ViewModels.VehicleService.UpdateServiceRemindersViewModel @{ ViewBag.Title = "Update Service Reminders"; } @Html.Partial("_StatusMessage")
Add the next service for this vehicle and remove existing reminders.
@using (Html.BeginForm("UpdateServiceReminders", "VehicleService", FormMethod.Post, new { @class = "form-horizontal well center-content" })) { @Html.Partial("_ValidationSummary") @Html.HiddenFor(m => m.VehicleId) if (Model.DeleteServiceReminders.Available.Count > 0) { }