{{/* Left column section title & collapse */}}

{{ i18n `EnvironmentalFootprint` }}


{{ $label := i18n "ResultFootprintIndicatorsLabel" }} {{ $moreHref := i18n "HowDoesItWorksURL" }} {{ $moreLabel := i18n "HowDoesItWorksTitle" }} {{ partial "components/collapse" (dict "context" . "label" $label "content" .Params.collapse_info "moreHref" $moreHref "moreLabel" $moreLabel) }}
{{/* Right column section content */}}
{{/* Intro text with select custom */}}

{{ $footPrintIntroTextSplited := split .Params.footprint_intro_text "" }} {{ index $footPrintIntroTextSplited 0 }} {{ partial "components/select-inline-custom" (slice 1000 100 10) }} {{ index $footPrintIntroTextSplited 1 }}

{{/* Footprint results from page */}}
{{ $title := i18n "ResultFootprintResultsWaterText" | safeHTML }} {{ partial "components/highlight-info-card" (dict "icon" "water-drop" "title" "0" "text" $title) }} {{ $title := i18n "ResultFootprintResultsGESText" | safeHTML }} {{ partial "components/highlight-info-card" (dict "icon" "cloud" "title" "0" "text" $title) }}
{{ $title := i18n "ResultFootprintExplainationTitle" }} {{ $text := i18n "ResultFootprintExplainationText" }} {{ $moreInfo := i18n "ResultFootprintExplainationMoreInfo" | safeHTML }} {{ partial "components/highlight-info-card" (dict "title" $title "text" $text "moreInfo" $moreInfo) }}