4 lines
85 B
Plaintext
4 lines
85 B
Plaintext
|
{% for entry in samba_username_map %}
|
||
|
{{ entry.to }} = {{ entry.from }}
|
||
|
{% endfor %}
|