{% extends "base.html" %} {% load get %} {% load staticfiles %} {% block head_block %} {{ block.super }} {% endblock %} {% block title_header_big %} {{ block.super }} {% endblock %} {% block left_sidebar %} {% include 'osm/osm_project_left_sidebar.html' %} {% endblock %} {% block breadcrumb_body %} {{ block.super }}
  • {{ type|upper }} Instances
  • {% endblock %} {% block content_body %} {{ block.super }} {% include 'modal/instance_create.html' %} {% csrf_token %}
    {% if type == 'ns' %} {% include 'instance_list_ns.html' %} {% elif type == 'vnf' %} {% include 'instance_list_vnf.html' %} {% endif %}
    {% include 'modal/instance_create.html' %} {% include 'modal/instance_show.html' %} {% include 'modal/instance_new_action.html' %} {% include 'modal/instance_new_alarm.html' %} {% include 'modal/instance_export_metric.html' %} {% endblock %} {% block resource_block %} {{ block.super }} {% endblock %} {% block footer %} {% include "footer.html" %} {% endblock %}