5 lines
177 B
Plaintext
5 lines
177 B
Plaintext
|
{%- from "dokuwiki/map.jinja" import dokuwiki with context %}
|
||
|
{%- for key, value in dokuwiki.acls.items() %}
|
||
|
{{ value.scope }} {{ value.apply }} {{ value.right }}
|
||
|
{%- endfor %}
|