Articles
Our CSR commitments
arrow_backTo the overview09 December 2025 | BIGALLET
Our CSR commitments
(Social and Environmental Responsibility)
For more than 5 years, Bigallet has been committed to a socially responsible approach based on the For Life standard.
- Commitment to biodiversity : eco-pasture
-Installation of photovoltaic panels
- Heat recovery from the refrigeration unit to heat the changing rooms.
- Carbon assessment in progress
- Recycling of still cooling water (saving 50m3 of water)
- Partnership with Secours Populaire to donate syrups
Error executing template "Designs/exhibition_site/ecom/product/partials/article-details/MCH365-related-articles.cshtml" System.ArgumentException: An item with the same key has already been added. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at Co3.MCH.Website.Frontend.Repositories.BaseRepository.GetAssetIds(Profile profile, String type, String cacheKey, MCH365ViewType viewType) in C:\Data\Dev\DevOps\MCH\co3.mch\Co3.MCH.Website.Frontend\Repositories\BaseRepository.cs:line 34 at Co3.MCH.Website.Frontend.Repositories.ArticleRepository.GetArticles(Profile profile, MCH365ViewType viewType) in C:\Data\Dev\DevOps\MCH\co3.mch\Co3.MCH.Website.Frontend\Repositories\ArticleRepository.cs:line 62 at Co3.MCH.Website.Frontend.Services.MCH365.ArticleService.GetArticleProducts(Profile profile, MCH365ViewType viewType) in C:\Data\Dev\DevOps\MCH\co3.mch\Co3.MCH.Website.Frontend\Services\MCH365\ArticleService.cs:line 191 at Co3.MCH.Website.Frontend.Models.Frontend.Ecommerce.ArticleProduct.get_OtherArticles() in C:\Data\Dev\DevOps\MCH\co3.mch\Co3.MCH.Website.Frontend\Models\Frontend\Ecommerce\ArticleProduct.cs:line 232 at CompiledRazorTemplates.Dynamic.RazorEngine_a0282b4856bc4b95a4a1596ba7f47102.Execute() in E:\Websites\mch365.espresso5.dk\Files\Templates\Designs\exhibition_site\ecom\product\partials\article-details\MCH365-related-articles.cshtml:line 10 at RazorEngine.Templating.TemplateBase.RazorEngine.Templating.ITemplate.Run(ExecuteContext context, TextWriter reader) at RazorEngine.Templating.RazorEngineService.RunCompile(ITemplateKey key, TextWriter writer, Type modelType, Object model, DynamicViewBag viewBag) at RazorEngine.Templating.RazorEngineServiceExtensions.<>c__DisplayClass16_0.<RunCompile>b__0(TextWriter writer) at RazorEngine.Templating.RazorEngineServiceExtensions.WithWriter(Action`1 withWriter) at Dynamicweb.Rendering.RazorTemplateRenderingProvider.Render(Template template) at Dynamicweb.Rendering.TemplateRenderingService.Render(Template template) at Dynamicweb.Rendering.Template.RenderRazorTemplate()1 @inherits ViewModelTemplate<ArticleProduct> 2 @using Co3.MCH.Website.Frontend.Models.Frontend 3 @using Dynamicweb.Rendering 4 @using Co3.MCH.Website.Frontend.Models.Frontend.Ecommerce 5 6 @{ 7 string author = Model.Profile != null ? Model.Profile.Company.Name : MCH365Context.Current.TradeShowDetails.MainName; 8 } 9 10 @if (Model.OtherArticles != null && Model.OtherArticles.Any()) 11 { 12 <div class="row e-productlist-container mch365-productlist-hide-profileinfo"> 13 <div class="col-12 mt-3 mb-2"> 14 <h3 class="border-bottom pb-1">@Translate("MCH365 - Cases details MoreProductsBy - Heading", "Flere artikler fra") @author</h3> 15 </div> 16 @foreach (ArticleProduct product in Model.OtherArticles) 17 { 18 <div class="col-12 col-sm-6 col-md-6 col-xl-4 mb-2"> 19 @product.ListItemHtml 20 </div> 21 } 22 </div> 23 }

