summaryrefslogtreecommitdiff
path: root/data/templates/ids/fastnetmon_networks_list.tmpl
blob: d5899005345530f6b120c76a08d460d193feb2c1 (plain)
1
2
3
4
5
6
7
{% if network is string %}
{{ network }}
{% else %}
{%   for net in network %}
{{ net }}
{%   endfor %}
{% endif %}