@if (hintPosition(); as pos) {
@if (!isFloating() && onboardingHintService.currentStep() !== 'explore') {
}
@if (hintMessage()) {
{{ hintMessage() | translate }}
} @if (hintActions().length) {
@for (action of hintActions(); track action.text) {
{{ action.icon }} {{ action.text | translate }}
}
} @if (shortcutHint(); as shortcut) { {{ T.ONBOARDING.HINTS.OR_PRESS | translate }} {{ shortcut }} }
}