%inherit file="/casemanagement/main.mako" /> <%! import mpulsweb.lib.helper.filters as F %> <%def name="buildNavipath()"> ${parent.buildNavipath()}
Datum | ${c.entry.getDate()} ${c.entry.getTime()} |
${_('Editor')} | ${c.entry.getEditor()} |
${_('Type')} | ${c.entry.getKind()} |
${_('Duration in minutes')} | ${c.entry.getDuration('-/-')} |
${_('Note')} | <% description = F.nl_to_br(h.escape(F.NA(c.entry.notiz))) %>${description} |