<%= H(Model.Title) %>

Are you sure you want to delete this Jurisdiction?

<%= HTML.FormTag("Jurisdiction", "DeletePost", empty, Array("class", "form-horizontal")) %> <%= HTML.Hidden("nonce", HTMLSecurity.GetAntiCSRFToken("JurisdictionDeleteForm")) %> <%= HTML.Hidden("Id", Model.Jurisdiction.JCode) %>
<%= HTML.Button("submit", " Confirm Delete", "btn-danger") %>    <%= HTML.LinkToExt("Cancel", "Jurisdiction", "Index", empty, Array("class", "btn btn-success")) %>
<%= HTML.TextboxExt("Name", Model.Jurisdiction.Name, Array("class", "form-control")) %>
<%= HTML.TextboxExt("Mailing_Address", Model.Jurisdiction.Mailing_Address, Array("class", "form-control")) %>
<%= HTML.TextboxExt("CSZ", Model.Jurisdiction.CSZ, Array("class", "form-control")) %>
<%= HTML.TextboxExt("IMB", Model.Jurisdiction.IMB, Array("class", "form-control")) %>
<%= HTML.TextboxExt("IMB_Digits", Model.Jurisdiction.IMB_Digits, Array("class", "form-control")) %>