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

Inventaire

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