{% extends 'peering/autonomoussystem/_base.html' %} {% load render_table from django_tables2 %} {% block subcontent %}
Statistics
{{ total_count }}
Total Prefixes
{{ ipv6_count }}
IPv6 Prefixes
{{ ipv4_count }}
IPv4 Prefixes
{% if as_list %}
{{ as_list|length }}
{% else %}
{{ as_list|length }}
{% endif %}
AS List
{% if total_count > 0 %}
Prefixes
{% render_table table 'includes/table.html' %}
{% include 'includes/pagination.html' with paginator=table.paginator page=table.page %} {% else %}
{% if not instance.retrieve_prefixes %} Prefix retrieval is disabled for this AS. {% elif not instance.irr_as_set %} No IRR AS-SET configured for this AS. {% else %} No prefixes found. {% endif %}
{% endif %}
Search
{% for field in filter_form %}
{% if field.name == "q" %}
{% else %} {{ field }} {% endif %}
{% endfor %}
Clear
{% if total_count or irr_commands %}
Actions
{% if total_count > 0 %} {% endif %} {% if irr_commands %}
{% endif %}
{% endif %}
{% if as_list %} {% endif %} {% if irr_commands %} {% endif %} {% endblock %} {% block javascript %} {% endblock %}