{% extends 'administrator/_layout.auth.html' %} {% block title %}Users{% endblock %} {% block subtitle %}Users list{% endblock %} {% block content %} Total: {{ users.total }}
id | status | action | |
---|---|---|---|
{{ user.id }} | {{ user.email }} | {% if user.status == 0 %} Inactive {% else %} Active {% endif %} | Edit |