+
+
+ {{ "collectionsInParent" | vfo1I18n: "sharedFoldersInParent" : parentName() }}
+
+ @let countText = countSegments();
+ {{ countText.before
+ }}{{ countText.count }}{{ countText.after }}
+
+
+
+ @for (folder of visibleCards(); track folder.id) {
+
+ }
+
+
+ @if (overflow.length > 0) {
+
+
+ @for (folder of overflow; track folder.id) {
+
+ }
+
+
+
+
+ }
+
+}
+
+