{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
{{ object.name }}
{% for address in object.ip_addresses.all %} {% endfor %}
IP Addresses {{ address }}
ASN {{ object.asn }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock content %}