@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 (members().length === 0) {
Sin miembros todavía.
}
@for (m of members(); track m.id) {
}
@if (isAdmin() && initial() !== null) {
}
@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 {
@for (entry of completions(); track entry.occurrenceDate) {
-
{{ historyRowLabel(entry.occurrenceDate) }}
@if (isEditingHistoryRow(entry.occurrenceDate)) {
} @else {
}
}
}
}