<% if session[:pixtech_author].blank? %> <% end %> <% if show_element('show_company_in_stats', false) %> <% end %> <% @statistics.each do |stats| %> <% unless stats.image.nil? %> <% pw_c = "#{image_tag(stats.image.medium_location, class: "pw_media_img_preview")}" %> <% pw_c += "

#{I18n.t('original_filename')} : #{stats.image.original_filename}

#{I18n.t('reception_date')} : #{stats.image.localised_reception_date}

#{I18n.t('date_created')} : #{stats.image.localised_date_created}

#{I18n.t('normalized_credit')} : #{stats.image.normalized_credit}

#{I18n.t('description')} : #{stats.image.description}

" %> <% if stats.user.nil? %> <% if session[:pixtech_author].blank? %> <% end %> <% else %> <% if stats.user.title.nil? %> <% else %> <% end %> <% if session[:pixtech_author].blank? %> <% end %> <% end %> <% if show_element('show_company_in_stats', false) %> <% end %> <% end %> <% end %>
<%= I18n.t('statistics.date') %> <%= I18n.t('statistics.picture') %> <%= I18n.t('statistics.download') %> <%= I18n.t('statistics.title') %> <%= I18n.t('statistics.title_email') %><%= I18n.t('statistics.user') %><%= I18n.t('statistics.company') %><%= I18n.t(session[:provider_word], count: 1).capitalize %> <%= I18n.t('statistics.file_name') %> <%= I18n.t('statistics.picture_title') %> <%= I18n.t(session[:creator_word]).capitalize %>
<%= I18n.l(stats.created_at) %> <%= stats.image.nil? ? I18n.t(:deleted) : image_tag(stats.image.thumb_location, class: 'popover-trigger', 'data-c' => pw_c, 'data-style' => 'primary', :height => "46")%> <%= t("statistics.#{stats.operation_label.label}") %><%= I18n.t(:deleted) %><%= I18n.t(:deleted) %><%= I18n.t(:deleted) %> <%= I18n.t(:deleted) %><%= stats.user.title.name %> <%= mail_to(stats.user.title.email) %><%= stats.user.full_name.blank? ? stats.user.login : stats.user.full_name %><%= stats.user.company %><%= (stats.image.nil? || stats.image.provider.nil? )? I18n.t(:deleted) : stats.image.provider.name %> <%= stats.image.nil? ? I18n.t(:deleted) : stats.image.original_filename %> <%= stats.image.headline %> <%= stats.image.creator %> <% if (session[:pixtech] && !session[:pixtech].blank?) && (current_user.is_provider_admin? || current_user.is_superadmin?) %> <% if stats.image.provider.is_pixtech? && Pixways.get_pixtech_param_value(session[:pixtech],'use_numadh')=='true' %>
<%= num_adh(stats.image.creator) %> <% end %> <% end %>