- @for (attachment of galleryAttachments(); track attachment.id) {
-
+ @for (tile of galleryTiles(); track tile.attachment.id) {
+ @switch (tile.state) {
+ @case ('displayable') {
+
+
+ {{ ((tile.attachment.receivedBytes || 0) * 100) / tile.attachment.size | number: '1.0-0' }}%
+
+
+
+
+
+