| Remark |
{{ object.get_remark_display|placeholder }} |
| Protocol |
{{ object.get_protocol_display|placeholder }} |
| Source Prefix |
{% if object.source_prefix %}
{{ object.source_prefix }}
{% else %}
{{ ''|placeholder }}
{% endif %}
|
| Source Ports |
{{ object.source_ports|join:", "|placeholder }} |
| Destination Prefix |
{% if object.destination_prefix %}
{{ object.destination_prefix }}
{% else %}
{{ ''|placeholder }}
{% endif %}
|
| Destination Ports |
{{ object.destination_ports|join:", "|placeholder }} |
| Action |
{% badge object.get_action_display bg_color=object.get_action_color %} |