<%= 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")) %>