ID | Team Name | Team Description | Assigned To | Created by | Created On | Actions |
---|---|---|---|---|---|---|
{{ forloop.counter }} | {{ team.name }} | {% if team.description %} {{ team.description }} {% else %} None {% endif %} |
{% with users=team.users.all %}
{% for user in users %}
{% if user.profile_pic %}
{% thumbnail user.profile_pic "40x40" crop="center" as im %}
![]() |
{% if team.created_by %}
{% if team.created_by.profile_pic %}
{% thumbnail team.created_by.profile_pic "40x40" crop="center" as im %}
![]() |
{{ team.created_on_arrow }} | {% if request.user == team.created_by or request.user.role == 'ADMIN' or reques.user.is_superuser %} {% endif %} |
No Teams Found
{%endifequal%}
{% show_pages %}