|
|
@ -1345,6 +1345,9 @@ policy {
|
|
|
|
{{ group['on-match'] }}
|
|
|
|
{{ group['on-match'] }}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{% if 'call' in group %}
|
|
|
|
|
|
|
|
call {{ group['call'] }}
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
{% if 'continue' in group %}
|
|
|
|
{% if 'continue' in group %}
|
|
|
|
continue {% if group['continue'] == 'next' %}{{ loop.index+1 }}{% else %}{{ group['continue'] }}{% endif %}
|
|
|
|
continue {% if group['continue'] == 'next' %}{{ loop.index+1 }}{% else %}{{ group['continue'] }}{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|