{% extends 'generic/object.html' %} {% load helpers %} {% load static %} {% block content %}
AS Path List Rule
AS Path List {{ object.aspath_list }}
Index {{ object.index }}
Action {% badge object.get_action_display bg_color=object.get_action_color %}
Pattern {{ object.pattern }}
Description {{ object.description|placeholder }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock content %}