- 0"
- class="attachment-content"
- style="background-image: url('{{ item.content.attachments[0].iconURL }}')"
- >
-
- {{ item.content.text }}
-
+
+ @if (item.content.attachments.length > 0) {
+
+ }
+ @if (item.content.text) {
+
+ {{ item.content.text }}
+
+ }
@@ -25,29 +31,27 @@
place{{ getItemNodePosition() }}
-
-
+ @if (canDelete) {
+
+ }
+ @if (canRevive) {
+
+ }