{% extends 'generic/object_retrieve.html' %} {% load helpers %} {% block extra_breadcrumbs %} {% if object.parent %}
  • {{ object.parent|hyperlinked_object:"name" }}
  • {% endif %} {% endblock extra_breadcrumbs %} {% block extra_nav_tabs %} {% if children_count %} {% endif %} {% if prefix_count %} {% endif %} {% if circuit_count %} {% endif %} {% if cloud_service_count %} {% endif %} {% endblock extra_nav_tabs %} {% block extra_tab_content %} {% if children_count %}
    Children
    {% include 'inc/table.html' with table=children_table %} {% if perms.cloud.add_cloudnetwork %} {% endif %}
    {% include 'inc/paginator.html' with paginator=children_table.paginator page=children_table.page %}
    {% endif %} {% if prefix_count %}
    {% include 'panel_table.html' with table=prefixes_table heading="Assigned Prefixes" %} {% include 'inc/paginator.html' with paginator=prefixes_table.paginator page=prefixes_table.page %}
    {% endif %} {% if circuit_count %}
    {% include 'panel_table.html' with table=circuits_table heading="Circuits" %} {% include 'inc/paginator.html' with paginator=circuits_table.paginator page=circuits_table.page %}
    {% endif %} {% if cloud_service_count %}
    {% include 'panel_table.html' with table=cloud_services_table heading="Cloud Services" %} {% include 'inc/paginator.html' with paginator=cloud_services_table.paginator page=cloud_services_table.page %}
    {% endif %} {% endblock extra_tab_content %} {% block content_left_page %}
    Cloud Network
    Name {{ object.name }}
    Cloud Resource Type {{ object.cloud_resource_type|hyperlinked_object }}
    Cloud Account {{ object.cloud_account|hyperlinked_object }}
    Parent {% if object.parent %} {{ object.parent|hyperlinked_object }} {% else %} {% endif %}
    Description {{ object.description|placeholder }}
    {% endblock content_left_page %} {% block content_right_page %}
    Extra Config
    {{ object.extra_config|render_json }}
    {% endblock content_right_page %}