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

14 lines
278 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Stacks" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Stacks") %}
{% endblock page_header %}
{% block main %}
{{ table.render }}
{% endblock %}