{{ "task.algorithm" | translate }}
{{ algorithm?.name || "-" }}
{{ "task.function" | translate }}
{{ function?.name || "-" }}
{{ "task.name" | translate }}
{{ templateTask.fixed?.name || "-" }}
{{ "task.description" | translate }}
{{ templateTask.fixed?.description || "-" }}
{{ "task.organization" | translate }}
{{ organizationsToDisplay() || "-" }}