## -*- coding: utf-8 -*- <%inherit file="../main.mako" /> <%! import mpulsweb.lib.helper.filters as F %> <%def name="buildNavipath()"> ${parent.buildNavipath()}
  • ${_('Case Management')}
  • ${_('Set standin')}
  • ${_('Organisation')}

    ${_('Standin')}

    ${_('Please choose a new standin for following cases')}.
    ${_('Attention: Existing rules will be overwritten.')}

    ${_('attention')}! ${_('The existing rules were overwritten')}.

    % if (h.hasRole(['admin'])) or True:
    <% idset = True %> % for group in c.group_list: % if idset: % else: % endif <% idset = not idset %> % endfor % if len(c.group_list) <= 0: % endif
    ${_('Editor')}
    ${group.name | F.NA} ${group.name}
    ${_('No data found.')}
    % endif