{% load parse_date %} {% for instance in instances %} {% endfor %}
Id Tenant User Host Created Image IPs State Actions
{{instance.id}} {{instance.attrs.tenant_id}} {{instance.attrs.user_id}} {{instance.attrs.host}} {{instance.attrs.launched_at|parse_date}} {{instance.image_name}} {% for ip_group, addresses in instance.addresses.items %} {% if instance.addresses.items|length > 1 %}

{{ip_group}}

    {% for address in addresses %}
  • {{address.addr}}
  • {% endfor %}
{% else %}
    {% for address in addresses %}
  • {{address.addr}}
  • {% endfor %}
{% endif %} {% endfor %}
{{instance.status|lower|capfirst}}
  • {% include "django_openstack/common/instances/_terminate.html" with form=terminate_form %}
  • {% include "django_openstack/common/instances/_reboot.html" with form=reboot_form %}
  • Console Log
  • VNC Console