@for (item of items; track item.id) {
  • {{ item.name }}
  • } @empty {

    No items

    }