<%= _('Parameters') %>
<%= _("Rate_day_type") %> <%= {"all" => _("All"), "wd" => _("Work_Days"), "fd" => _("Free_Days")}[session[:imp_date_day_type]] %>

<%= _('DB_analysis') %>
<%= _('Directions_in_DB') %> <%= session[:directions_in_db] %>
<%= _('Destinations_in_DB') %> <%= session[:destinations_in_db] %>
<%= _('Tariff_rates') %> <%= session[:tariff_rates] %>

<%= _('CSV_file_analysis') %> <%unless reseller?%> <%end%>
<%= _('File_size') %> <%= session[:file_size] %> <%= _('bytes') %>
<%= _('Total_file_lines') %> <%= session[:file_lines] %>
<%= _('Destinations_in_csv_file') %> <%= session[:destinations_in_csv_file] %>
<%= _('Existing_destinations_in_csv_file') %> <%= session[:existing_destinations_in_csv_file] %>
<%= _('New_destinations_in_csv_file') %> <%= session[:new_destinations_in_csv_file] %> <%= session[:bad_destinations] %> <%= _('bad_dst') %><%= link_to "(#{_('Press_here_to_get_list')})", {:action => "bad_rows_from_csv"}, :popup => true %>

<%= _('To_do') %> <%unless reseller?%> <% if session[:imp_update_dest_names].to_i == 1 %> <% end %> <%end%>
<%= _('Destinations_to_create') %> <%= session[:destinations_to_create] %> <%= _('Step') %> 5 <%= link_to "(#{_('Press_here_to_get_list')})", {:action => "dst_to_create_from_csv"}, :popup => true if session[:destinations_to_create].to_i > 0 %>
<%= _('Destination_names_to_update') %> <%= session[:destinations_to_update].to_i %> <%= _('Step') %> 5 <%= link_to "(#{_('Press_here_to_get_list')})", {:action => "dst_to_update_from_csv"}, :popup => true if session[:destinations_to_update].to_i > 0 %>
<%= _('Rates_to_update') %> <%= session[:rates_to_update] %> <%= _('Step') %> <%= reseller? ? 5 : 6 %>
<%= _('New_rates_to_create') %> <%= session[:new_rates_to_create] %> <%= _('Step') %> <%= reseller? ? 6 : 7 %>