{% extends 'layout.html' %} {% block content %}
| Name | Description | Members | Created | Actions |
|---|---|---|---|---|
| {{ team.name }} | {{ team.description }} | {{ team.users|length }} | {{ team.created_at.strftime('%Y-%m-%d') }} | Manage |
No teams found. Create a team to get started.
{% endif %}