{% load util %} {% load i18n %}
{% trans "Peers at this Exchange Point" %}
{% trans "Peer Name" %}
{% trans "IPv4" %}
{% trans "ASN" %}
{% trans "IPv6" %}
{% trans "Speed" %}
{% trans "Policy" %}
{% trans "No filter matches." %}
{% spaceless %} {% trans "You may filter by" %} {% trans "Exchange" %}, {% trans "ASN" %}, {% trans "Policy" %}, {% trans "IP" %} {% trans "or" %} {% trans "Speed" %}. {% endspaceless %}
{% for x in data.networks %}
{{ x.asn }}
{{ x.speed|pretty_speed }}
{% if x.is_rs_peer %} RS PEER {% endif %} {{ x.network.policy_general }}
{{ x.ipaddr4|none_blank }}
{{ x.ipaddr6|none_blank }}
{% endfor %}