{% extends 'generic/object.html' %} {% load helpers %} {% load static %} {% block content %}
| NAT Pool | {{ object.pool }} | |
|---|---|---|
| Name | {{ object.name }} | |
| Prefix | {% if object.network %}{{ object.network }} | {% else %}{{ object.network|placeholder }} | {% endif %}
| Address | {% if object.address %}{{ object.address }} | {% else %}{{ object.address|placeholder }} | {% endif %}
| IP Range | {% if object.address_range %}{{ object.address_range }} | {% else %}{{ object.address_range|placeholder }} | {% endif %}
| Source Ports | {% if object.source_ports %}{{ object.source_port_list|placeholder }} | {% else %}{{ object.source_ports|placeholder }} | {% endif %}
| Destination Ports | {% if object.source_ports %}{{ object.destination_port_list|placeholder }} | {% else %}{{ object.destination_ports|placeholder }} | {% endif %}