Danh sách người dùng hệ thống

{% for user in users %} {% endfor %}
Username UID Home Directory Shell
{{ user.username }} {{ user.uid }} {{ user.home_directory }} {{ user.shell }}