<%= H(Model.Title) %>

Are you sure you want to delete this Kit?

<%= HTML.FormTag("Kit", "DeletePost", empty, Array("class", "form-horizontal")) %> <%= HTML.Hidden("nonce", HTMLSecurity.GetAntiCSRFToken("KitDeleteForm")) %> <%= HTML.Hidden("Id", Model.Kit.ID) %>
<%= HTML.Button("submit", " Confirm Delete", "btn-danger") %>    <%= HTML.LinkToExt("Cancel", "Kit", "Index", empty, Array("class", "btn btn-success")) %>
<%= HTML.TextboxExt("JobNumber", Model.Kit.JobNumber, Array("class", "form-control")) %>
<%= HTML.TextboxExt("Jcode", Model.Kit.Jcode, Array("class", "form-control")) %>
<%= HTML.TextboxExt("CreatedOn", Model.Kit.CreatedOn, Array("class", "form-control")) %>
<%= HTML.TextboxExt("LabelsPrinted", Model.Kit.LabelsPrinted, Array("class", "form-control")) %>
<%= HTML.TextboxExt("ExportedToSnailWorks", Model.Kit.ExportedToSnailWorks, Array("class", "form-control")) %>
<%= HTML.TextboxExt("InkJetJob", Model.Kit.InkJetJob, Array("class", "form-control")) %>
<%= HTML.TextboxExt("JobType", Model.Kit.JobType, Array("class", "form-control")) %>
<%= HTML.TextboxExt("Filename", Model.Kit.Filename, Array("class", "form-control")) %>
<%= HTML.TextboxExt("Cass", Model.Kit.Cass, Array("class", "form-control")) %>
<%= HTML.TextboxExt("Status", Model.Kit.Status, Array("class", "form-control")) %>
<%= HTML.TextboxExt("OutboundSTID", Model.Kit.OutboundSTID, Array("class", "form-control")) %>
<%= HTML.TextboxExt("InboundSTID", Model.Kit.InboundSTID, Array("class", "form-control")) %>