- {{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)) {
}
}