{% extends "base.html" %} {% block title %}Groups — Manage{% endblock %} {% block content %}

Groups

New group

Send a task to a group

{% for g in groups %}

{{ g.name }} ({{ g.members|length }})

{% if g.description %}

{{ g.description }}

{% endif %}
{% if all_agents %}{% endif %}
{% else %}

No groups yet.

{% endfor %} {% endblock %}