%if !@orderrank.nil?%>
" %>
<%if @orderrank.size < 5 or @orderrank.size > 20 %>
<% @img_title = 'Please rank between 5 and 20 songs!'%>
<% @check_mark="
"%>
<% 1.times { |i| %>
<%=@check_mark %>
<% } %>
<% elsif @orderrank.size >= 5 && @orderrank.size <= 7 %>
<% 1.times { |i| %>
<%=@check_mark %>
<% } %>
<% elsif @orderrank.size >= 8 && @orderrank.size <= 10 %>
<% 2.times { |i| %>
<%=@check_mark %>
<% } %>
<% elsif @orderrank.size >= 11 && @orderrank.size <= 13 %>
<% 3.times { |i| %>
<%=@check_mark %>
<% } %>
<% elsif @orderrank.size >= 14 && @orderrank.size <= 16 %>
<% 4.times { |i| %>
<%=@check_mark %>
<% } %>
<% elsif @orderrank.size >= 17 && @orderrank.size <= 20 %>
<% @img_title='You are a supreme ranker!'%>
<% @check_mark="
"%>
<% 5.times { |i| %>
<%=@check_mark %>
<% } %>
<% end %>
<%end%>
<%end%>