% inherits('main') %>
<%= name %>
See all persons.
<% if (resource.biography) { %>
<%= biography %>
<% } %>
<% if (resource.roles) { %>
Roles
<% resource.roles.forEach(function (role) { %>
- <%= role.name %> <%= role.count_objects %> objects
<% }) %>
<% } %>