{% extends 'base.html' %} {% block title %}User Management{% endblock %} {% block topbar_title %}User Management{% endblock %} {% block content %}
Activate, deactivate, or suspend passenger accounts. A reason is required and every action is logged.
| Name | Status | Manage | |
|---|---|---|---|
| {{ u.full_name }} | {{ u.email }} | {% if u.status == 'ACTIVE' %}ACTIVE {% elif u.status == 'SUSPENDED' %}SUSPENDED {% else %}{{ u.status }}{% endif %} | |
| No passengers found. | |||