@page @model Remotely.Server.Pages.EditDeviceModel @{ ViewData["Title"] = "Edit Device"; } @if (string.IsNullOrWhiteSpace(Model.DeviceName)) {

Device not found.

} else {
@if (Model.SaveSucessful) {
Saved successfully.
}

Edit Device

}