+
+ scale
+ [% IF lc == "fr" %]
+ Participer à l'opération emballages
+ [% ELSE %]
+ Join the packaging operation
+ [% END %]
+
+
+
+ [% IF lc == "fr" %]
+ Aidez-nous à créer la transparence sur les emballages alimentaires avec l'opération
+ Plein pot sur les emballages
+ en partenariat avec l'Agence de la transition écologique (ADEME) ! #AVosEmballages
+ [% ELSE %]
+ Help us create transparency on the packaging of food products with the operation
+ Tackling Food Packaging
+ in partnership with ADEME, the French Agency for Ecological Transition! #TacklingPackaging
+ [% END %]
+
+
+
+ close
+
+
+
+
+
+
diff --git a/templates/web/common/site_layout.tt.html b/templates/web/common/site_layout.tt.html
index 0e788597e2b7a..c4f76a95a6836 100644
--- a/templates/web/common/site_layout.tt.html
+++ b/templates/web/common/site_layout.tt.html
@@ -273,8 +273,14 @@
[% IF ! server_options_producers_platform %]
- [% PROCESS 'web/common/includes/donate_banner.tt.html' %]
- [% banner_main %]
+ [%# for now, display the packagings banner in all cases %]
+ [% IF 1 == 1 %]
+ [% INCLUDE 'web/common/includes/packagings_banner.tt.html' %]
+ [% ELSE %]
+ [%# we keep the old code so that we can easily put back the donation banner %]
+ [% PROCESS 'web/common/includes/donate_banner.tt.html' %]
+ [% banner_main %]
+ [% END %]
[% END %]
[% IF page_format == "banner" %]