{% extends 'generic/object.html' %} {% block content %}
Access List
Destination {{ object.destination_prefix }}
Site {{ object.site }}
Device {{ object.device }}
VRF {{ object.vrf }}
Next Hop {{ object.next_hop }}
Distance {{ object.distance }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock content %}