Errors found on line #{'number'.pluralize(@results[:error_lines].size)}: #{@results[:error_lines].join(', ')}. Please check if these lines have a requirement title.
-if@results[:parse_error]
%p{style: text_style}
=_('Error parsing CSV file. Please make sure it has the correct format: a delimited text file that uses a comma to separate values.')
Errors found on line <%='number'.pluralize(@results[:error_lines].size)%>: <%=@results[:error_lines].join(', ')%>. Please check if these lines have a requirement title.
<%end%>
<%if@results[:parse_error]%>
Error parsing CSV file. Please make sure it has the correct format: a delimited text file that uses a comma to separate values.