{% extends "superadmin/base_superadmin.html" %} {% block title %}Groups Management{% endblock %} {% block content %}
Group Name
Members
Currency
Status
Actions
{{ group.name }}
{% if group.description %}{{ group.description[:50] }}...
{% endif %}{{ group.members|length }}
{{ group.currency_ref.symbol if group.currency_ref else 'N/A' }}
No groups found. Create your first group to get started.