{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
AWS Account
Account ID {{ object.account_id }}
Name {{ object.name }}
ARN {{ object.arn }}
Description {{ object.description }}
Tenant {{ object.tenant }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock content %}