@if (open) {
ESC
@if (results.length > 0) {
@for (r of results; track r; let i = $index) { }
} @if (!loading && query.trim().length >= 2 && results.length === 0) {
Aucun résultat
} @if (query.trim().length < 2) {
Tape au moins 2 caractères
}
}