{% import 'languages/'+lang|default('en')+'.html' as lang %}
{% from 'include/input_macros.html' import input, checkbox, copy_to_clipboard %}
{% set thead = '
'+lang.words.number|title()+' |
'+lang.words.target|title()+' |
'+lang.words.protocol|title()+' |
'+lang.words.source|title()+' |
'+lang.words.dest|title()+' |
'+lang.words.port|title()+' |
' %}
{{thead|safe}}
{% for p in IN_public_allow %}
{{p.split(' ')[0]}}
|
{{p.split(' ')[1]}}
|
{{p.split(' ')[2]}}
|
{{p.split(' ')[4]}}
|
{{p.split(' ')[5]}}
|
{{p.split(' ')[7]}}
|
{% endfor %}
{{thead|safe}}
{% for p in output_chain %}
{{p.split(' ')[0]}}
|
{{p.split(' ')[1]}}
|
{{p.split(' ')[2]}}
|
{{p.split(' ')[4]}}
|
{{p.split(' ')[5]}}
|
{{p.split(' ')[7]}}
|
{% endfor %}
{{lang.phrases.fwd_warn}}