| Username | Admin | Active | Created | Updated | Actions |
|---|---|---|---|---|---|
| {{ user.username }} | {{ "yes" if user.admin else "no" }} | {{ "yes" if user.active else "no" }} | {{ user.created_at }} | {{ user.updated_at }} | {% if user.id == g.user.id %} you {% else %} {% if user.active %} {% else %} {% endif %} {% endif %} |
| No users found. | |||||