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