{{ labels.DateStart }}
{{ props.row.DateStart != null ? getDate(props.row.DateStart) : '-' }}
{{ labels.DateFinish }}
{{ props.row.DateFinish != null ? getDate(props.row.DateFinish) : '-' }}
{{ labels.DeadlineToStart }}
{{ getDate(props.row.DeadlineToStart) }}
{{ labels.DeadlineToFinish }}
{{ getDate(props.row.DeadlineToComplete) }}