## -*- coding: utf-8 -*- <%inherit file="../base.mako" />
Logo Einrichtung
${next.body()}
<%def name="buildFormErrors()"> <% # Please fill this dictionary in the templates if you want to substitute # the formular identifier formular_labels = {'passwd': 'Enter new password', 'passwd2': 'Repeat pasword' } %> % if len(c.form_errors) > 0:

${_('Formular input error')}

% endif