Titel: {{ createdEntry.title }}
+Beschreibung: {{ createdEntry.description || "—" }}
+Dauer: {{ createdEntry.duration_minutes || "—" }}
+ ++ Server: + + {{ s.hostname }} + +
+ + +| Titel | +Dauer | +Erstellt am | +Server | +
|---|---|---|---|
| {{ entry.title }} | +{{ entry.duration_minutes ?? "—" }} | +{{ new Date(entry.created_at).toLocaleString() }} | ++ + {{ s.hostname }} + + | +
+ Beschreibung++ {{ entry.description || "Keine Beschreibung vorhanden." }} + + |
+ |||