<%= "Hi there! You can create new #{l(:label_issue_plural).downcase} in #{Setting.app_title} by importing a CSV (comma separated values) file containing #{l(:label_issue_plural).downcase}. You can click the 'Sample CSV file' link below to download a sample CSV file that contains proper format for each field in #{Setting.app_title}." %>
<% unless @import.errors.blank? %><%= f.file_field :csv, :class=>"file" %>
<%= link_to "Sample CSV file", download_project_csv_imports_path(:format => "csv") %>