## -*- coding: utf-8 -*-
<%inherit file="../base.mako" />
<%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:
% endif
%def>