@if (!isCreateCustomEvent) {
| Event Date | Name | Category | Point event | Participation event | Status | Creator | Action |
|---|---|---|---|---|---|---|---|
| {{customEvent.eventDate | date: 'dd.MM.yyyy'}} | {{customEvent.name}} | {{customEvent.categoryName ?? ' - '}} | @if (customEvent.isInProgress) { In Progress } @else { Done } | {{customEvent.createdBy}} |
|