{% extends "base.html" %}
{% block title %}Groups — Manage{% endblock %}
{% block content %}
{{ g.description }}Groups
New group
Send a task to a group
{{ g.name }} ({{ g.members|length }})
No groups yet.
{% endfor %} {% endblock %}