{% extends 'auth/dashboard.html' %} {% load static %} {% block content %}
Edit group information and manage members.
Note: Each member can belong to a maximum of {{ max_groups_per_user }} group(s).
Only admins can change group name
Current: View current certificate
{% if can_add_members %} You can add new members to this group. {% endif %} {% if can_remove_members %} You can remove members from this group. {% else %} Only admins and field officers can remove members. {% endif %}