Instances that are running

{% for day, rep in report|dictsort(reverse=True) %}

Older than {{ day }} days

{% if rep %} {% for user, instances in rep|dictsort %} {% if instances %}

{{ user }}

{% for instance in instances|sort(attribute="create_time") %} {% endfor %}
Cloud Project Billing Project Region-AZ Name State Launch time
{{ instance.cloud }} {{ instance.project }} {{ instance.billing_project }} {{ instance.region_az }} {{ instance.name }} {{ instance.state }} {{ instance.create_time }}
{% endif %} {% endfor %} {% else %}

No instances found

{% endif %} {% endfor %}