<%- content_for :title, node_title(@node) %>

<%= result_headline(current_player) %>

<%= button_to start_path(skip_facts: true) do %> <%= tag.span(t("game.save_another_tomato")) %> <% end %>
<%= result_description(current_player) %>
<%= svg "ico-wave" %>
<%= svg "ico-last-save" %>

<%= impact_label(:food_waste) %>

<%= impact_message(current_player, :food_waste) %>

<%= t("game.results.what_many_dont_know") %>

<% impact_learn_more(:food_waste).each do |paragraph| %>

<%= paragraph %>

<% end %>
<%= svg "ico-fuel" %>

<%= impact_label(:emissions) %>

<%= impact_message(current_player, :emissions) %>

<%= t("game.results.what_many_dont_know") %>

<% impact_learn_more(:emissions).each do |paragraph| %>

<%= paragraph %>

<% end %>
<%= svg "ico-coins" %>

<%= impact_label(:income) %>

<%= impact_message(current_player, :income) %>

<%= t("game.results.what_many_dont_know") %>

<% impact_learn_more(:income).each do |paragraph| %>

<%= paragraph %>

<% end %>
<%= tag.h3 t("game.did_you_like_this_game") %>
<%= tag.h3 t("game.join_our_newsletter") %> <%= tag.p t("game.join_our_newsletter_desc") %>
<%= link_to tag.span(t("game.subscribe_to_newsletter")), "#", class: "cta cta-link" %>
<%= render_responsive_picture(@node.icon, alt: "Hero", fetchpriority: "high") if @node.icon %> <%= svg "inter-ikea-systems" %> <%= svg "ico-wave" %>