{% extends 'base.html' %} {% block page_title %}Super Admin{% endblock %} {% block content %}
Manage all organisations on the platform
| Organisation | Country | Users | Projects | Registered | Status | Action |
|---|---|---|---|---|---|---|
|
{{ org.name }}
{{ org.email }}
|
{{ org.country }} | {{ org.users|length }} | {{ org.projects|length }} | {{ org.created_at.strftime('%d %b %Y') }} | {% if org.is_active %} Active {% else %} Suspended {% endif %} | |
| No organisations yet. | ||||||