## -*- coding: utf-8 -*- <%inherit file="/casemanagement/main.mako" /> <% formular_labels = {'date': _('Date'), 'time': _('Time'), 'duration': _('Duration'), 'short_notice': _('Mention rest')} %> <%def name="buildNavipath()"> ${parent.buildNavipath()}
  • ${_('Selected case documents')}
  • ${_('Logbook')}
  • ${_('New entry')}
  • ${_('New logbook entry')}
    ${self.buildFormErrors(formular_labels)}
    <%include file="../logbook/edit_body.mako" />