{% extends 'generic/object_list.html' %} {% load i18n %} {% comment %} Custom template for BGP Connection Aggregation view. Extends the generic object_list template but overrides the title to be more specific. {% endcomment %} {% block title %} {% trans "BGP Connection Aggregation" %} {% endblock %} {% block subtitle %}

{% trans "Grouped by Device, Next Hop Interface, and BGP Prefix Tenant" %}

{% endblock %}