@page "/list"
@using ProjetBlaser.Models
@Localizer["Title"]
Ajouter
@if (File.Exists($"{WebHostEnvironment.WebRootPath}/images/{context.Name}.png"))
{
}
else
{
}
@(string.Join(", ", ((Item)context).EnchantCategories))
@(string.Join(", ", ((Item)context).RepairWith))
Editer