{{
'LABEL.LABEL' | translate
}}
{{
'LABEL.DESCRIPTION' | translate
}}
{{
'LABEL.CREATION_TIME' | translate
}}
{{
'LABEL.PLACEHOLDER' | translate
}}
@for (label of targets; track label) {
{{ label.description }}
{{
label.creation_time | harborDatetime : 'short'
}}
}
{{
'PAGINATION.PAGE_SIZE' | translate
}}
@if (total) {
{{ pagination.firstItem + 1 }} -
{{ pagination.lastItem + 1 }}
{{ 'DESTINATION.OF' | translate }}
}
{{ total }} {{ 'DESTINATION.ITEMS' | translate }}