0">
@if (showCreateIssue) {
} @else if (showAddIssue) {
@if (showIssueSuggestions && issueSuggestions.length > 0) {
@for (issue of issueSuggestions; track issue.id) {
-
}
}
@if (showIssueSuggestions && issueSearchQuery && issueSuggestions.length === 0) {
Aucune issue trouvée.
}
} @else {
}