@if (initial()) { Editar tarea } @else { Nueva tarea }

🏆 {{ points() }}
@for (n of pointSegments; track n) { }

1 = trivial · 5 = normal · 10 = una paliza

@if (!isFloating()) {
@for (opt of recurrenceOpts; track opt.value) { }
} @if (!isFloating() && recurrence() === 'Weekly') {
@for (day of weekdays; track day.flag) { }
} @if (!isFloating() && recurrence() === 'Monthly') {
} @if (!isFloating()) {
@if (recurrence() === 'None') {
}
}
@if (members().length === 0) { Sin miembros todavía. } @for (m of members(); track m.id) { }
@if (isAdmin() && initial() !== null) {

Estado de la tarea

@if (completionEnabled()) {
}
} @if (isAdmin() && initial() !== null) {

Historial de completados

@if (!addingHistoryEntry()) { }
@if (addingHistoryEntry()) {
@if (addEntryError(); as err) {

{{ err }}

}
} @if (loadingHistory()) {

Cargando…

} @else if (completions().length === 0) {

Sin completados todavía.

} @else { }
}