{% comment %} {% load url from future %} {% endcomment %}
{% for instance in instances %}
|
Instance: {{instance.name}}
|
Status
|
:
|
{% if instance.status.running %}
Running.
{% else %}
Running.
{% endif %}
|
Lastcheck
|
:
|
{{ instance.status.checktime }}
|
{% if instance.status.info %}
Info
|
:
|
|
|
{{ instance.status.info }}
|
{% endif %}
|
|
{% if instance.graphs %}
{% for graph_url in instance.graphs %}
{% endfor %}
{% else %}
Unable to produce graphs with statistic data
{% endif %}
|
|
|
{%if not forloop.last %}
|
{% endif %}
{% endfor %}