diff --git a/pwa/src/app/pages/collection/collection.page.html b/pwa/src/app/pages/collection/collection.page.html index a1803fde..b8f6a7a8 100644 --- a/pwa/src/app/pages/collection/collection.page.html +++ b/pwa/src/app/pages/collection/collection.page.html @@ -119,234 +119,244 @@
- |
- |
-
-
- {{ item.value.title }}
- [F]
-
- -
- {{ item.value.title }}
- -
- 0; else notinit">
+
+ {{
+ item.view.title | translate }}
+ {{ item.count }}
-
+ {{ record._created_at?.replace(' ', 'T') | date:'dd.MM.yyyy HH:mm:ss' }}
+ |
+
+ {{ record._created_by }}
+ |
+
+ {{ record._modified_at?.replace(' ', 'T') | date:'dd.MM.yyyy HH:mm:ss' }}
+ |
+
+ {{ record._modified_by }}
+ |
+
+ {{ record._id }}
+ |
+ |
---|