Create Jurisdiction
<%= HTML.FormTag("Jurisdiction", "ImportPost", empty, Array("enctype","multipart/form-data")) %>
<%= HTML.Hidden("nonce", HTMLSecurity.GetAntiCSRFToken("JurisdictionImportForm")) %>
This will delete all records and import the new records from the file
<% if Model.RecordCount <> 0 Then %>
Records in the CSV: <%= Model.RecordCount %>
<% End If %>