{% extends 'murano_base.html' %} {% load i18n sizeformat %} {% load static %} {% load compress %} {% block title %}{% trans "Application Details" %}: {{ app.name }}{% endblock %} {% block css %} {{ block.super }} {% compress css %} {% endcompress %} {% endblock %} {% block page_header %} {% include "horizon/common/_detail_header.html" %} {% endblock %} {% block main %}
{% with class='btn btn-default btn-sm btn-add ajax-modal' %} {% include 'catalog/add_app.html' %} {% endwith %} {% with class='btn btn-default btn-sm btn-add ajax-modal' %} {% include 'catalog/quick_deploy.html' %} {% endwith %}
{{ tab_group.render }}
{% endblock %}