<%= H(Model.Title) %> For <%=H(Model.Jurisdiction.Name) %>

<%= HTML.FormTag("Kit", "CreatePost", empty, empty) %> <%= HTML.Hidden("nonce", HTMLSecurity.GetAntiCSRFToken("KitCreateForm")) %>
<%= HTML.TextboxExt("JobNumber", Model.JobNumber, Array("class", "form-control")) %>
<%= HTML.TextboxExt("Jcode", Model.Jcode, Array("class", "form-control")) %>
<%= HTML.TextboxExt("Amount", Model.Jcode, Array("class", "form-control")) %>

<%= HTML.Button("submit", " Create", "btn-primary") %>    <%= HTML.LinkToExt(" Cancel", "Kit", "Index", empty, Array("class", "btn btn-default")) %>