{% extends 'www/raster2.html' %}
{% load i18n %}
{% load staticfiles %}
{% load goodrain_extras %}
{% block extracss %}
{% endblock %}
{% block main-content %}
{% if tenantServiceInfo %}
{{tenantServiceInfo.service_cname}}
{% if fr == "deployed" %}
{% include 'www/include/tab_deployed.html' %}
{% elif fr == "relations" %}
{% include 'www/include/tab_relations.html' %}
{% elif fr == "statistic" %}
{% include 'www/include/tab_monitor.html' %}
{% elif fr == "log" %}
{% include 'www/include/tab_log.html' %}
{% elif fr == "settings" %}
{% include 'www/include/tab_settings.html' %}
{% elif fr == "resource" %}
{% include 'www/resource/monitorDetail.html' %}
{% elif fr == "cost" %}
{% include 'www/include/tab_cost.html' %}
{% elif fr == "expansion" %}
{% include 'www/include/tab_expansion.html' %}
{% elif fr == "mnt" %}
{% include 'www/include/tab_mnt.html' %}
{% elif fr == "ports" %}
{% include 'www/include/tab_ports.html' %}
{% elif fr == "plugin" %}
{% include 'www/include/tab_plugin.html' %}
{% endif %}
{% endif %}
{% endblock %}
{% block extrajs %}
{% endblock %}