@if (filesCount) { @let fileCountClass = { 'c-pointer text-hover-black text-color-grey svg-hover-black background-hover-dark-2': !isCardView, 'flex-column h-40': hasCount && isCardView, 'w-26': (!hasCount && !isCardView) || (hasCount && isCardView), 'w-46 h-26': hasCount && !isCardView, 'h-26': !hasCount && !isCardView, };
@if (hasCount) {
{{ filesCount }}
}
}