Back to Super Productivity

Claim Pool.Component

src/app/features/plainspace/claim-pool/claim-pool.component.html

18.12.0250 B
Original Source

@if (tasks().length) { @for (task of tasks(); track task.id) {

{{ task.title }} @if (task.isRecurring) { repeat } @if (task.url) { open_in_new } add {{ T.PLAINSPACE.CLAIM | translate }} } } @else { {{ T.PLAINSPACE.NO_UNCLAIMED | translate }} }