## -*- coding: utf-8 -*- <%inherit file="../base.mako" />
${_('Logo agency')}
${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