% rates = @rates unless rates project = @project unless project %>
<%= l(:label_no_data) %>
<% else %><%= l(:label_valid_from) %> | <%= l(:label_rate) %> | <%= l(:caption_current_rate) %> |
---|---|---|
<%= rate.valid_from %> | <%= number_to_currency(rate.rate) %> | <%= rate == current_rate ? image_tag('true.png') : "" %> |