## -*- coding: utf-8 -*- <%inherit file="../main.mako" /> <% formular_labels = {'ka_name': _('Name of the institution'), 'fkz': _('Formular number of the institution'), 'max_speicherdauer': _('Automatic review after days') } %> <%def name="buildNavipath()"> ${parent.buildNavipath()}
  • ${_('Administration')}
  • ${_('Show settings')}
  • ${_('Edit settings')}
  • ${_('Edit settings')}
    ${self.buildFormErrors(formular_labels)}

    ${_('Edit institution settings.')}

    ${_('Specification for agency')}
    ${_('Data of the cases')}

    ${_('Automatically generated reminders help to find case files, that are not handled for the definied period of time. Beside this there could be some more terms of conditions to genereate a automatic reminders:')} ${g.mpuls_config.get('case', 'reminderconditiondesc')}

    % if c.form_errors.get('anon_transfer'): % endif

    ${_('If the option is activated, anonymized case files are transmitted to a central institution for evaluation reports. Anonymized case files do not contain any personal datas like names or adresses.')}

    % if g.mpuls_config.is_enabled('job_percentage', 'enabled'):
    ${_('Edit job percentage')}

    ${_('On changes to this value an email is sent to the Servicestelle Jugendsozialarbeit')}

    % endif % if g.mpuls_config.is_enabled('case-module', 'meta-server'):
    ${_('Meta connection')} % if c.agency.getMetaUserName() and c.agency.getMetaUserPassword():
    ${_('Meta connection is enabled')}
    % if c.form_errors.get('meta_transfer'): % endif
    % else:
    ${_('Meta connection is not enabled')}
    % endif
    % endif