{{ 'ACCESSORY.ACCESSORY' | translate }} {{ 'PROJECT.TYPE' | translate }} {{ 'REPOSITORY.SIZE' | translate }} {{ 'ROBOT_ACCOUNT.CREATION' | translate }} @for (a of displayedAccessories; track a; let i = $index) {

@if (getIcon(a.icon)) { }
{{ a?.digest?.slice(0, 15) }}
{{ a.type }}
{{ size(a.size) }}
{{ a.creation_time | harborDatetime : 'short' }}
@if (a?.accessories?.length) { }
} @if (total) { {{ pagination.firstItem + 1 }} - {{ pagination.lastItem + 1 }} {{ 'ROBOT_ACCOUNT.OF' | translate }} } {{ total }} {{ 'ROBOT_ACCOUNT.ITEMS' | translate }}