4 lines
154 B
Text
4 lines
154 B
Text
{% for username in admin_user_list.stdout.split('\n') %}
|
|
{{ username }}
|
|
{% endfor %}
|
|
|