{% import "Pylot/macros/base.html" as m with context %} {% import "Pylot/macros/forms.html" as f with context %} {% extends "Pylot/UserAdmin/layout.html" %} {% block page_title %}All{% endblock %} {% block content %}
ID | Name | Role | Active | Last Login | Signup Date | {% for user in users %}|
---|---|---|---|---|---|---|
{{ user.id }} | {{ user.name }} | {{ user.email }} | {{ user.roles[0].name }} | {{ user.active | bool_to_yes }} | {{ user.last_login }} | {{ user.created_at }} |
No Results Found!
|