@model Device @{ ViewData["Title"] = $"Edit: {Model.Name}"; }
@Html.AntiForgeryToken()
/
Cancel
@section Scripts { }