+
+ @if (hasAutoDeletion(room)) {
+
+ {{ getAutoDeletionIcon(room) }}
+ {{
+ getAutoDeletionStatus(room)
+ }}
+
+
+ @if (!room.markedForDeletion) {
+
+
+ {{
+ room.autoDeletionDate | date: 'mediumDate'
+ }}
+
+
+ {{
+ room.autoDeletionDate | date: 'shortTime'
+ }}
+
+
+ }
+ } @else {
+
+ {{ getAutoDeletionIcon(room) }}
+ {{
+ getAutoDeletionStatus(room)
+ }}
+
+ }
+
+
+