{% if endpoints %}
BGP Peerings
{% for endpoint in endpoints %} {% endfor %}
{{ endpoint }} ↔︎ {{ endpoint.peer }}
{% else %}
BGP Peer Sessions
No peerings
{% endif %}