nfs-server/templates/exports.j2

5 lines
154 B
Django/Jinja

{% for __shares in shares %}
# {{ __shares['name'] }}
{{ __shares['path'] }} {{ __shares['client_ip'] }}({{ __shares['client_options'] }})
{% endfor %}