horizon/openstack_dashboard/dashboards/project/stacks/templates/stacks/_stack_template.html

9 lines
143 B
HTML

{% load i18n sizeformat %}
<h3>{% trans "Stack Template" %}</h3>
<div class="status row detail">
<pre>{{ stack_template }}
</pre>
</div>