{% extends 'django_openstack/dash/base.html' %} {% block sidebar %} {% with current_sidebar="networks" %} {{block.super}} {% endwith %} {% endblock %} {% block page_header %} {% url dash_networks_detail request.user.tenant_id network.id as refresh_link %} {# to make searchable false, just remove it from the include statement #} {% include "django_openstack/common/_page_header.html" with title=network.name refresh_link=refresh_link searchable="true" %} {% endblock page_header %} {% block breadcrumbs %} Networks »  {{network.name}} {% endblock %} {% block dash_main %} {% if network.ports %} {% include 'django_openstack/dash/networks/_detail.html' %} Create Ports {% else %}

Info

There are currently no ports in this network. Create Ports >>

{% endif %} {% endblock %}