python-muranoclient/dashboard/glazierdashboard/templates/index.html

12 lines
286 B
HTML

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