{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
AWS VPC
VPC ID {{ object.vpc_id }}
Name {{ object.name }}
ARN {{ object.arn }}
Primary CIDR {{ object.vpc_cidr }}
Owner Account {{ object.owner_account }}
Region {{ object.region }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
Subnets
{% render_table subnets_table %}
{% endblock content %}