@if (hasPageHeader()) {
@if (visibleActions.length > limitPrimaryActions) { } @if (visibleActions.length === 3 && visibleActions[2] && !isMobile) { } @if (visibleActions[1] && (visibleActions.length === 2 || !isMobile)) { } @if (visibleActions[0]) { }
}