{% extends 'generic/object.html' %} {% load helpers %} {% load static %} {% block content %}
Prefix List Rule
{% if object.network.get_absolute_url %} {% else %} {% endif %} {% if object.ge %} {% endif %} {% if object.le %} {% endif %}
Prefix List {{ object.prefix_list }}
Index {{ object.index }}
Action {% badge object.get_action_display bg_color=object.get_action_color %}
Prefix {{ object.network }} {{ object.network|placeholder }}
Greater than or equal to {{ object.ge|placeholder }}
Less than or equal to {{ object.le|placeholder }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %}
{% endblock content %}