{% extends 'generic/object.html' %} {% load buttons %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %}
ASN
AS Number {{ object.asn }}
RIR {{ object.rir }}
Tenant {% if object.tenant %} {% if prefix.object.group %} {{ object.tenant.group }} / {% endif %} {{ object.tenant }} {% else %} None {% endif %}
Description {{ object.description|placeholder }}
{% 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 %}
{% include 'inc/panel_table.html' with table=sites_table heading='Sites' %} {% plugin_full_width_page object %}
{% endblock %}