{% extends 'generic/object.html' %} {% load buttons %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% block breadcrumbs %} {{ block.super }} {% endblock breadcrumbs %} {% block content %}
ASN
AS Number {{ object.asn_with_asdot }}
RIR {{ object.rir }}
Tenant {% if object.tenant.group %} {{ object.tenant.group|linkify }} / {% endif %} {{ object.tenant|linkify|placeholder }}
Description {{ object.description|placeholder }}
Sites {% if sites_count %} {{ sites_count }} {% else %} {{ ''|placeholder }} {% endif %}
Providers {% if providers_count %} {{ providers_count }} {% else %} {{ ''|placeholder }} {% endif %}
{% plugin_left_page object %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' with tags=object.tags.all url='ipam:asn_list' %} {% plugin_right_page object %}
Sites
{% render_table sites_table 'inc/table.html' %} {% include 'inc/paginator.html' with paginator=sites_table.paginator page=sites_table.page %}
Providers
{% render_table providers_table 'inc/table.html' %} {% include 'inc/paginator.html' with paginator=providers_table.paginator page=providers_table.page %}
{% plugin_full_width_page object %}
{% endblock content %}