<%inherit file="../main.mako" /> <%def name="buildNavipath()"> ${parent.buildNavipath()}
  • ${_('Appointments list')}
  • ${_('Event overview')}
    % if h.hasRole(['admin']):
    % endif
    <%include file="/appointments/appointmentlist.mako" />