{% load i18n %} {% load l10n %} {# [{{ record.r_type }}] #} {% if record.direction == "1" %} {{ record.foreign_network }} {% else %} {% if record.r_type == "host" %} {{ record.host.get_fqdn }} {% else %} {{ record.r_type }} {% endif %} {% endif %} {# ▸ #} {% if record.direction == "0" %} {{ record.foreign_network }} {% else %} {% if record.r_type == "host" %} {{ record.host.get_fqdn }} {% else %} {{ record.r_type }} {% endif %} {% endif %} {% if record.accept %} ACCEPT {% endif %} {% if record.extra %} {{ record.extra }} {% endif %} {% if record.nat %} NAT [ {{ record.dport }} {{record.nat_dport}} ] {% endif %}