{{ values.Title }}
{{ values.TitleArabic }}
{{ values.Location }}
{{ values.LocationArabic }}
{{ values.StartDate | date : "dd-MMM-yy" }} - {{ values.EndDate | date : "dd-MMM-yy" }}
{{ values.StartDate | date : "dd-MMM-yy" }}
{{ values.StartDate.split('-').length > 2 ? values.StartDate.split('-')[0] + '-' + values.StartDate.split('-')[1] + '-' + values.StartDate.split('-')[2].substr(2) : '' }} - {{ values.EndDate.split('-').length > 2 ? values.EndDate.split('-')[0] + '-' + values.EndDate.split('-')[1] + '-' + values.EndDate.split('-')[2].substr(2) : '' }}
{{ values.StartDate.split('-').length > 2 ? values.StartDate.split('-')[0] + '-' + values.StartDate.split('-')[1] + '-' + values.StartDate.split('-')[2].substr(2) : '' }}
{{ values.Summary | limitTo: 450 }} {{values.Summary.length < 450 ? '' : '...'}}
{{ values.SummaryArabic | limitTo: 450 }} {{values.SummaryArabic.length < 450 ? '' : '...'}}