@if (isLoading) {
} @if (!isLoading && actions.length === 0) {

{{ 'DASHBOARD.NO_ACTIONS_AVAILABLE' | translate }}

} @if (!isLoading && actions.length > 0) {
@for (action of actions; track action) {
{{ action.label | translate }}
}
}