@page "/Inventaire" @using System.Globalization @using ValblazeProject.Components @using ValblazeProject.Models @Localizer["key1"] @for(int i=0; i<10; i++){ } Actions @Localizer["key2"] @Localizer["key3"] @if (!string.IsNullOrWhiteSpace(context.ImageBase64)) { } else { }