{{#view "settings/users/users-list-view" tagName="section" class="content settings-users" }}
{{#if invitedUsers}}
Invited users
{{#each invitedUsers itemController="settings/users/user"}}
{{#if pending}}
Invitation not sent - please try again
{{else}}
Invitation sent: {{created_at}}
{{/if}}
Active users
{{#each activeUsers itemController="settings/users/user"}}
{{#link-to 'settings.users.user' this class="object-list-item" }}
Photo of {{unbound name}}
Last seen: {{unbound last_login}}