{% for tool in tools %} {% set can_modify = is_admin or tool.owner_email == current_user_email or (tool.visibility == 'team' and tool.team_id and user_team_roles.get(tool.team_id|string) == 'owner') %} {% else %} {% endfor %}
Name Type Status Action
{{ tool.name }} {{ tool.integration_type if tool.integration_type else "-" }} {% if tool.enabled and tool.reachable %} Online {% elif tool.enabled %} Offline {% else %} Inactive {% endif %}
{% if can_modify %} {% endif %} {% if can_modify %} {% endif %}
No tools found.