## -*- coding: utf-8 -*- <%inherit file="/principal/find_by_perm.mako" /> <%def name="principal_table()"> % for user in principals: % endfor
Username Person
${h.link_to(user.username, url('users.view', uuid=user.uuid))} ${user.person or ''}
${parent.body()}