## -*- coding: utf-8 -*- <%! import mpulsweb.lib.helper.filters as F %> <%inherit file="/casemanagement/main.mako" /> <%def name="buildNavipath()"> ${parent.buildNavipath()}
  • ${_('Selected case documents')}
  • ${_('Phase in CM')}
  • Erledigt${c.dialog_title | F.NA}

    ${c.dialog_text | F.NA}

      % if c.show_meta_case_hint:
    1. ${_('It is strongly recommended to sync the case with its meta-case after changing the phase as this is a significant change in the support of the client. Please open the meta-case to sync the updated case to the meta-server.')}
      ${_('Meta case')}

    2. % endif
    3. ${h.literal(_('Please remember: If the modus changes a printed case file has to be delivered to the young person. Further information you will find in Help.
      ') % h.url_for(controller='/annotations', action='help', id='datenschutz_veraenderte_daten'))} ${_('Print')}

    % if g.mpuls_config.is_enabled('phases', 'changemode') == 1: % if session.get('navigation.selectedpage') is not None: ${_('Continue editing')} % else: ${_('Continue editing')} % endif %endif ${_('Back to phase overview')}