{% 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 "catalog/_details_page_header.html" with name=app.name %} {% endblock page_header %} {% 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 %}