{# Add your imports here as the nunjucks is initialized inside #main #} {% from "templates/pill-button.twig.html" import pillButton %}

{{ data.content.screen1.title.en }} {{ data.content.screen1.title.fr }}

{{ data.content.screen1.text.en }} {{ data.content.screen1.text.fr }}

Robot {{ pillButton(data.content.screen1.cta, "goToNextScreen", theme="white", fontSize="37px", delay="250", width="666px", height="163px" ,glowColors=["#F9804F", "#F36688", "#49BACD"]) }}

{{ data.content.screen2.title.en }} {{ data.content.screen2.title.fr }}

{{ data.content.screen2.text.en }} {{ data.content.screen2.text.fr }}

Robot {{ pillButton(data.content.screen2.cta, "beforeGoToScreen", theme="white", fontSize="40px", width="210px", shape="rounded", icon="none", delay="250", glow=false) }}
{{ pillButton(data.content.screen3.cta, "screenSaverCloseGame", theme="none", gap="15px", padding="0", height="68px", shape="rounded-left", fontSize="32px", delay="250", icon="arrow-left", glow=false) }}
{{ data.content.screen3.time.fr }}
{{ data.content.screen3.time.en }}
9:54
{{ data.content.keyboard.title.en }} {{ data.content.keyboard.title.fr }}
{% for reactionName, reaction in data["content"]["keyboard"].reactions %}
{{ reaction.user.text.en }} {{ reaction.user.text.fr }}
{% endfor %}
{% for resultName, result in data["content"]["screen4"].results_screen %}
{{ result.name.en }} {{ result.name.fr }}
Robot {% if result.message %}
{{ result.message.en }} {{ result.message.fr }}
{% else %}
{% endif %}
{% endfor %}
{% for sectorName, sector in data["content"]["screen4"].results_sector %}
{{ data.content.screen4.sector_title.en }} {{ data.content.screen4.sector_title.fr }}
{{ sector.name.en }} {{ sector.name.fr }}
{{ sector.text.en }} {{ sector.text.fr }}

{{ data.content.screen4.job_title.en }} {{ data.content.screen4.job_title.fr }}

{{ sector.jobs.en }}

{{ sector.jobs.fr }}

{{ data.content.screen4.check_other.en }} {{ data.content.screen4.check_other.en }}
{% endfor %} {{ pillButton("Try Again", "beforeGoToScreen", theme="white", shape="left", fontSize="35px", gap="30px", iconSize="107px", width="423px", height="191px", delay="250", icon="reload", glowColors=["#49BACD", "#F36688", "#F9804F"]) }} {{ pillButton("Close Game", "screenSaverCloseGame", classes="close", "reset", theme="black", shape="right", padding="40px", fontSize="35px", gap="20px", iconSize="107px", width="423px", height="191px", delay="250", icon="dash", glow=false) }}
{% include "templates/still-there.twig.html" %}