~yolanda.robla/horizon/precise-security

1
2
3
4
5
6
7
8
9
10
11
{% extends 'syspanel/base.html' %}
{% load i18n %}
{% block title %}{% trans "Instances" %}{% endblock %}

{% block page_header %}
  {% include "horizon/common/_page_header.html" with title=_("All Instances") %}
{% endblock page_header %}

{% block syspanel_main %}
    {{ table.render }}
{% endblock %}