## -*- coding: utf-8 -*- <%inherit file="../casemanagement/main.mako" /> <%! import mpulsweb.lib.helper.filters as F %>

${_('Meta search')}

% if c.remaining_searches < 5:

${_('Attention')}!

${h.literal(_('To prevent misuse of the meta-search the meta-account will be disabled after after %s more unsuccessful searches. Counter will be reset on successful search or on linking a case.') % str(c.remaining_searches + 1))}

% endif
${_('Birthname')}
${_('Firstname')}
${_('Birthdate')}
${_('Gender')}
${_('Firstname Mother')}
${_('Firstname Father')}

${h.literal(_('Notice: Please enter full firstname of mother and father. If the firstname of mother or father is not known please enter "unknown".'))}

% for num, m in enumerate(c.result): % endfor % if len(c.result) <= 0: % endif
${_('UUID')} ${_('Actions')}
${m["uuid"]} ${_('Link')}
${_('No data found.')}

% if c.show_create:

${_('Create new meta case')}

${_('If you can find not find a counterpart for this case on the metas erver you can create a new one on the meta server. Please make sure that you tried different spellings of the name of client to maximize the chance of finding a meta case.')}

% if not c.case.is_hashable():

${_('State')}:${_('Required fields to create a new meta case are not filled out')}

%else:

${_('Create meta case')}

%endif
% endif