4 lines
97 B
Text
4 lines
97 B
Text
{% for item in cifs_mounts %}
|
|
username={{ item.user }}
|
|
password={{ item.password }}
|
|
{% endfor %}
|