Team ID: {{ team.id }}
Organization: {{ org.name }}
Created: {{ team.created_at_human if team.created_at_human else team.created_at }}
| Username | Joined At | {% if can_manage %}Actions | {% endif %}|
|---|---|---|---|
| {{ member.username }} | {{ member.email }} | {{ member.joined_at }} | {% if can_manage %}{% endif %} |