{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Network Detail"%}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Network Detail: ")|add:network.name %} {% endblock page_header %} {% block main %} {% include "project/networks/_detail_overview.html" %}
{{ subnets_table.render }}
{{ ports_table.render }}
{% if dhcp_agent_support %}
{{ agents_table.render }}
{% endif %} {% endblock %}