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