@if (!isNewResource(workPackage) && showInfoButton) { } @if (isNewResource(workPackage) || showRemoveButton) { } @if (disabledInfo && disabledInfo.text.length > 0) { }
@if (isNewResource(workPackage)) {
} @if (!isNewResource(workPackage)) {
- {{wpProjectName(workPackage)}} {{workPackage.formattedId}} @if (showAsInlineCard && showStartDate) { - } @if (!showAsInlineCard && highlightingMode !== 'type') { } @if (showAsInlineCard && showEndDate) { - } @if (this.cardCoverImageShown(workPackage) && !showAsInlineCard) { }
@if (showStatusButton) { } @if (baselineIcon(workPackage) !== null) { @switch (baselineMode) { @case ('added') { } @case ('removed') { } @default { } } }
@if (workPackage.assignee) { } @if (!showAsInlineCard && (workPackage.startDate || workPackage.dueDate)) {
}