<%inherit file="navbar.tmpl"/> <%block name="core">
% if not searchresult is None:
%for attr in sorted(attrs_list.keys(), key=lambda attr: attrs_list[attr]['weight']): % endfor %for user in searchresult: %for attr in sorted(attrs_list.keys(), key=lambda attr: attrs_list[attr]['weight']): % endfor % endfor
${attrs_list[attr]['display_name']}
% if attr in searchresult[user]: ${searchresult[user][attr]} % endif
%endif