@page "/Inventaire" @using System.Globalization @using ValblazeProject.Components @using ValblazeProject.Models

@Localizer["key1"]

@for(int i=0; i<10; i++){ }
Actions
@if (!string.IsNullOrWhiteSpace(context.ImageBase64)) { } else { @context.DisplayName }