5 lines
163 B
Plaintext
5 lines
163 B
Plaintext
|
#jinja2: lstrip_blocks: True
|
||
|
{% for item in scan2mail_incron_jobs %}
|
||
|
{{ item.path }} {{ item.mask }} {{ item.action }} {{ item.options | join(" ") }}
|
||
|
{% endfor %}
|