Back to Openproject

Wp Destroy.Modal

frontend/src/app/shared/components/modals/wp-destroy-modal/wp-destroy.modal.html

17.3.1525 B
Original Source

{{text.title}}

@if (singleWorkPackage) {

{{ singleWorkPackage.subject }} #{{ singleWorkPackage.id }}?

@if (singleWorkPackageChildren && singleWorkPackageChildren.length > 0) {

:

@for (child of singleWorkPackageChildren; track child) { -

}

} } @if (workPackages.length > 1) {

@for (wp of workPackages; track wp) { -

@if (children(wp).length > 0) { (+ {{ text.childCount(wp) }}) }

} } @if (mustConfirmChildren) {

{{ text.label_confirm_children_deletion }} }

{{ text.confirm }}