@model Disco.Web.Models.Device.ShowModel
@{
ViewBag.Title = Html.ToBreadcrumb("Devices", MVC.Device.Index(), string.Format("Device: {0}", Model.Device.SerialNumber));
var deviceStatus = Model.Device.Status();
}
@deviceStatus
@Html.Partial(MVC.Device.Views.DeviceParts._Subject, Model)
@Html.Partial(MVC.Device.Views.DeviceParts.Jobs, Model)
@Html.Partial(MVC.Device.Views.DeviceParts.AssignmentHistory, Model)
@Html.Partial(MVC.Device.Views.DeviceParts.Resources, Model)
@Html.Partial(MVC.Device.Views.DeviceParts.Certificates, Model)