python-muranoclient/tabula/tabula/templates/index.html

12 lines
302 B
HTML

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