{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
{% trans "Firewall IP Set Entry" %}
{% trans "IP Set" %} {{ object.ipset|linkify }}
{% trans "CIDR" %} {{ object.cidr }}
{% trans "Comment" %} {{ object.comment|placeholder }}
{% trans "Negated" %} {{ object.nomatch|yesno:"Yes,No" }}
{% trans "Raw Configuration" %}
{{ object.raw_config }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %}
{% endblock %}