inception/inception/webui/templates/inception/index.html

12 lines
300 B
HTML

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