<%=t :add_multiple_contacts %>

<% if flash["errors"] and not flash["errors"].empty?%> <%= t(:errors)%> <% end %>
<%= radio_button("contact", "file_type", "1")%> <%= t(:csv_file)%> <%= radio_button("contact", "file_type", "2")%> <%= t(:tab_file)%>