|
{{ info[dataInfo.type] !== 'Due Date Not Specified'
? $TF.DatesUtils.formatSimpleDate(info.project_due_date)
: noValueText
}}
{{ $TF.DatesUtils.formatSimpleDate(info.effective_date) }}
{{ info.open_enrollment_this_year }}
{{ formatOpenEnrollment.enrollmentStrategy }}
{{ info[dataInfo.type] || noValueText }}
|