@if (catalog) {

{{ catalog.name }}

@if (catalog.description) {

{{ catalog.description }}

}
@if (catalog.items.length === 0) {

Aucun objet — édite le catalogue pour en ajouter.

} @for (g of groups; track g) {
@if (g.category !== '—') {

{{ g.category }}

} @for (it of g.items; track it) { }
{{ it.name }} {{ it.price }} {{ it.description }}
}
}