@if (isCurrent) { play_arrow }
@if (task.repeatCfgId) {
@if (!isRepeatTaskCreatedToday) {
{{ task.created | shortDate2 }}
} @if (task.repeatCfgId) { }
} @if (task.issueId) {
@if (task.issuePoints) {
{{ task.issuePoints }}
}
}
@if (parentTitle) {
{{ parentTitle }}
}
{{ task.title }}
@if (task.subTaskIds?.length) { }