|
#
|
{{ 'TITLE' | translate }}
|
{{ 'DESCRIPTION' | translate }}
|
{{ 'START_DATE' | translate }}
|
{{ 'END_DATE' | translate }}
|
{{ 'NOTIFY_DATE' | translate }}
|
|---|---|---|---|---|---|
|
{{ i + 1 }}
|
{{ row['title'] }}
|
{{ row['description'] }}
|
{{ row['start'] | cbsDateFormat }} {{ row['start'] | cbsTimeFormat }}
|
{{ row['end'] | cbsDateFormat }} {{ row['end'] | cbsTimeFormat }}
|
{{ row['notify'] | cbsDateFormat }} {{ row['notify'] | cbsTimeFormat }}
|