@if (commands().length > 0) {
{{ 'chat.slashCommand.commands' | translate }} {{ commands().length }}
@for (entry of commands(); track entry.id; let index = $index) { }
}