| <%= I18n.l(stats.cs_created) %> |
<%= stats.user.title.name unless stats.user.blank? %> |
<%= stats.keyword %> |
<% if current_user.is_superadmin? %>
<%= stats.translation %> |
<%= t'searchstats.special_filter_activated' if stats.special_filter==1 %> |
<% end %>
<%= stats.result %> |
<% if @prov_stat[stats.id].count > 1 && stats.result > 0 %>
<% elsif @prov_stat[stats.id].count == 1 && stats.result > 0 %>
<% @prov_stat[stats.id].each do |k, v| %>
<%= "#{@prov_name[k]} : #{v} " %>
<% end %>
<% end %>
|
<% unless @img_field[stats.id].empty? %>
<% @img_field[stats.id].each_with_index do |(k,v),i| %>
<% i18n_k = t("#{k}") %>
<%= "#{i18n_k} = #{v}" %>
<% unless i==@img_field[stats.id].size-1 %>
<% end %>
<% end %>
<% end %>
|
<%= I18n.l(stats.date_pp_from) unless stats.date_pp_from.nil? %> |
<%= I18n.l(stats.date_pp_to) unless stats.date_pp_to.nil? %> |
<%= I18n.l(stats.date_photo_from) unless stats.date_photo_from.nil? %> |
<%= I18n.l(stats.date_photo_to) unless stats.date_photo_to.nil? %> |
<% if @prov_stat[stats.id].count > 1 %>