## -*- coding: utf-8 -*- <%def name="buildFormErrors(labels=None)"> <% formular_labels = labels or {} %> % if len(c.form_errors) > 0:

${_('Wrong formular input')}

% endif ${h.get_app_title()} % if c.print_version: % else: % endif % if g.mpuls_config.is_enabled('common', 'showdemonotice'):
${h.literal(_('You are using a public demo installation of %s. Do not enter any real personal data! Please note, that all data will be deleted on server resets in regular intervals')) % h.get_app_title()}
% endif ${next.body()}