{% extends "layout.html" %} {% block content %}
Manage teams, users, and organizational structure
{{ team.description }}
{% endif %}No members in this team
Create your first team to organize your workforce
| User | Team | Role | Status | Joined | Actions | |
|---|---|---|---|---|---|---|
|
|
{{ user.email if user.email else '-' }} | {% if user.team %} {{ user.team.name }} {% else %} Unassigned {% endif %} | {{ user.role.value if user.role else 'Team Member' }} | {% if user.is_blocked %}Blocked{% else %}Active{% endif %} | {{ user.created_at.strftime('%Y-%m-%d') }} |
{% if user.id != g.user.id %}
{% if user.is_blocked %}
{% else %}
{% endif %}
{% endif %}
|
Start by creating user accounts for your team
{{ users|length }} total employees