%rebase('layout', title='People', back_url=url_for('dashboard'))
New person
%# A directory on its own is a phone book. What makes it worth opening is the %# load column: who is carrying what, and who is carrying it late. %for p in people: %l = load[p.id] %end %if not people: %end
NameRoleOpen tasksCommitmentsAccount
{{p.name}} %if not p.active: Inactive %end {{p.role or '—'}} {{l['tasks'] or '—'}} %if l['overdue']: {{l['overdue']}} overdue %elif l['commitments']: {{l['commitments']}} open %else: — %end {{p.user.email if p.user_id else 'No login'}}
No people yet. Add the ones who own work.