3 lines
108 B
Plaintext
3 lines
108 B
Plaintext
|
{% for user in rapi %}
|
||
|
{{ user.name }} {HA1}{{ user.hash }} {% if user.write %}write{% endif %}
|
||
|
{% endfor %}
|