## -*- coding: utf-8 -*- <%inherit file="/casemanagement/main.mako" /> <% formular_labels = {'date': 'Datum', 'time': 'Uhrzeit', 'duration': 'Dauer', 'short_notice': 'Nennung Sonstiges' } %> <%def name="buildNavipath()"> ${parent.buildNavipath()}
  • ${_('Selected case documents')}
  • ${_('Logbook')}
  • ${_('Edit entry')}
  • ${_('Edit logbook entry')}
    ${self.buildFormErrors(formular_labels)}
    <%include file="../logbook/edit_body.mako" />