@for (month of monthOptions(); track month) { {{ formatMonth(month) }} }
{{ 'activity.columns' | translate }} @for (col of service.columnDefs(); track col.key) { {{ col.label | translate }} } @if (showDownload()) { {{ 'activity.download' | translate }} {{ 'activity.download-csv' | translate }} {{ 'activity.download-ndjson' | translate }} }
@if (showSearch()) { }
@if (loading()) { } @else if (items().length === 0) {

{{ 'generic.empty' | translate }}

} @else { @if (loadingMore()) {
} @for (col of service.columnDefs(); track col.key) { @if (isColumnVisible(col.key)) { {{ col.label | translate }} } } @if (rowAction()) { } @for (col of service.columnDefs(); track col.key) { @if (isColumnVisible(col.key)) { @if (col.inlineAction) {
{{ getCellValue(item, col.key) }} @if (col.inlineAction.visible(item)) { }
} @else { {{ getCellValue(item, col.key) }} }
} } @if (rowAction()) { @if (rowAction()!.visible(item)) { } }
}
@if (selectedItem(); as item) {
}