if(personas.length > 0 || invites.length > 0) { ?>
personas.each(function(p) { ?>
if(!p || !p.privs || !p.privs.perms) { return; } ?>
-
=p.email?>
if(p.privs && p.privs.invite) { ?>
- invite pending
} ?>
(has =(p.privs.perms == 2 ? 'write' : 'read')?> permissions)
}); ?>
invites.each(function(i) { ?>
-
=i.email?>
- invite pending
(has =(i.perms == 2 ? 'write' : 'read')?> permissions)
}); ?>
} else { ?>
The people you share this board with will show up here!
} ?>