{% load i18n %}
{% if bgpvpn.networks|length > 1 %} {% trans "Associated Networks" %} {% else %} {% trans "Associated Network" %} {% endif %}
{% for network in bgpvpn.networks %}
{% url 'horizon:project:networks:detail' network as network_url %} {{ network }}
{% endfor %}